20.11.2011, 14:01
Hi i want to freeze a player when thet do a teleport but not sure how to do it for certian time then unfreeze them here is a teleport cmd to ref to.
Many thanks
Код:
case 0: { GameTextForPlayer(playerid,"~b~Transfender",3000,1); SetVehiclePos(GetPlayerVehicleID(playerid),1041.7133,-1037.8425,31.4627); // Teleports the vehicle SetPlayerPos(playerid,1041.7133,-1037.8425,31.4627); // teleports the player }