Player Class does not spawn with weapons?
#1

Hey I made around 32 classes and none of them spawn with weapons?

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);
            }
why?? Yes I did restart my gamemode and server.
Reply


Messages In This Thread
Player Class does not spawn with weapons? - by propilot - 23.12.2010, 00:43
Re: Player Class does not spawn with weapons? - by BlackWolf120 - 23.12.2010, 00:49
Re: Player Class does not spawn with weapons? - by propilot - 23.12.2010, 01:06
Re: Player Class does not spawn with weapons? - by BlackWolf120 - 23.12.2010, 01:23
Re: Player Class does not spawn with weapons? - by propilot - 23.12.2010, 01:29
Re: Player Class does not spawn with weapons? - by BlackWolf120 - 23.12.2010, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)