Need Ideas to Repair the Float Bug | HELP
#3

and player spawned on default location.... that i think:

Код:
if(!strcmp(cmdtext, "/sync", true))
{
new Float:X,Float:Y,Float:Z,Float:A;
GetPlayerPos(playerid,X,Y,Z);
GetPlayerFacingAngle(playerid,A);
SpawnPlayer(playerid);
SetPlayerPos(playerid,X,Y,Z);
SetPlayerFacingAngle(playerid,A);
SendClientMessage(playerid,COLOR_WHITE,"Spawned At Last Synced Position!");
return 1;
}
Reply


Messages In This Thread
Need Ideas to Repair the Float Bug | HELP - by Duelos SA - 17.12.2008, 19:57
Re: Need Ideas to Repair the Float Bug | HELP - by Outbreak - 17.12.2008, 20:13
Re: Need Ideas to Repair the Float Bug | HELP - by OKStyle - 13.02.2009, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)