23.12.2010, 00:43
Hey I made around 32 classes and none of them spawn with weapons?
Here is one of them
why?? Yes I did restart my gamemode and server.
Here is one of them
Код:
case 1: { // Los Santos Police Department SetPlayerPos(playerid, 1552.6029,-1676.2701,16.1953); SetPlayerCameraPos(playerid, 1552.6029,-1676.2701,16.1953); SetPlayerCameraLookAt(playerid, 1552.6029,-1676.2701,16.1953); SetPlayerColor(playerid, 0x7F7F7FFF); // Gray SendClientMessage(playerid, 0x80FF00FF,"Los Santos Police Department!"); GivePlayerWeapon(playerid, 41, 50000); GivePlayerWeapon(playerid, 22, 5000); GivePlayerWeapon(playerid, 23, 500); GivePlayerWeapon(playerid, 29, 500); GivePlayerWeapon(playerid, 43, 500); }