30.05.2015, 08:15
Quote:
What is your previous Command? i think you have forgotten to put return 1 or return 0 in it!
OR you have put return value at wrong position.... if possible post your previous command here! |
Код:
CMD:jetpack( playerid, params[ ] ) { VipCheck( playerid, 3 ); SetPlayerSpecialAction( playerid, 2 ); return ( 1 ); }