06.11.2011, 10:26
Heey all,
Is it possible to set a function from fs to gm.
Example:In my gm i have skills and i want to make terrorist skill who can blow up player houses.
I want to use Garhouse Filterscript and i only need this function:
I cant copy the whole code from garhouse to my script because i get much errors.
Pls help me.
Thanks Admigo
Is it possible to set a function from fs to gm.
Example:In my gm i have skills and i want to make terrorist skill who can blow up player houses.
I want to use Garhouse Filterscript and i only need this function:
Код:
if(checkpointid == HouseCPOut[0]) { SendClientMessage(playerid,COLOUR_GREEN,"Test!"); return 1; }
Pls help me.
Thanks Admigo