17.12.2008, 19:57
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:
I have some Disabled Weapons with this code :
Need some ideas to repair the float bug plz
regards
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;
}
Код:
SetDisabledWeapons(44,45,38,35,37);//44=nightvision, 45=thermal 38= minigun 35=Rocket Launcher 36=Rocket Launcher 02
regards

