24.03.2011, 02:19
Ahh ... then just use it under the command, like [L3th4l] said:
Something like that ... at every command
pawn Код:
CMD:enter(playerid, params[])
{
SetPlayerPos(playerid,X,Y,Z);
FreezeEx(playerid);
return 1;
}
![Smiley](images/smilies/smile.png)