24.04.2012, 11:26
Quote:
|
#error is a preprocessor directive. It can only be called during compilation.
To return values, you obviously use the return keyword .. |
Quote:
|
How to make a GetPlayerBlahBlahBlah
like Код:
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DANCE1) Код:
if(GetPlayerStockFunc(playerid) == true/false) |
i get error in this line
pawn Код:
if(toggle < 0 || toggle > 1) return #error TogglePlayerAFK doesn't support value only true/false (bool) #endif


