24.10.2016, 08:38
i have a command to exit from rc
when i am using this command i am spawning behind rc i need to make it in spawn in up of rc. so how can i make it ?
PHP код:
cmd;exitrc
{
new float x,y,z;
GetPlayerPos(x,y,z);
SetPlayerPos(x,y,z);
}
return 1;