AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   About Forward Return Value (https://forums.alliedmods.net/showthread.php?t=220841)

Frankieg 07-15-2013 07:21

About Forward Return Value
 
Sorry for my bad english,
I tried to use forward return value but which I got a problem
The following is a simple to understand wording:
Quote:

log_amx("%d", check_value(index))
Quote:

public check_value(index)
{
return ExecuteForward(forward1, forward2, index)
}
Quote:

forward content:
return xxx[id] (if xxx[id] With the value)
I am not able to display the value xxx[id] of wording
I want to know that, Forward can return value?
If yes, how can i do?


All times are GMT -4. The time now is 06:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.