09.04.2013, 18:45
add a /sync cmd if stuck
use mine
use mine
pawn Код:
if(strcmp("/sync", cmdtext, true) == 0)
{
new Float:pX,Float:pY,Float:pZ;
GetPlayerPos(playerid,pX,pY,pZ);
SetPlayerPos(playerid,pX+2,pY+2,pZ+2);
SendClientMessage(playerid, 0x9ACD32AA,"You Have Just Syncronized");
}