Need Ideas to Repair the Float Bug | HELP
#1

Hi all

I have some float players in my game mode, i think need make a /sync command, i have try this code but nothing happened:

Код:
	if(strcmp(cmd, "/sync", true) == 0)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
SendClientMessage(playerid,COLOR_WHITE,"Spawned At Last Synced Position!");
return 1;
}
I have some Disabled Weapons with this code :

Код:
SetDisabledWeapons(44,45,38,35,37);//44=nightvision, 45=thermal 38= minigun 35=Rocket Launcher 36=Rocket Launcher 02
Need some ideas to repair the float bug plz

regards
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)