Police with pistol
#2

Code:
public OnPlayerSpawn(playerid)
{
	new pSkin = GetPlayerSkin(playerid);
	switch (pSkin)
	{
		case 280..284: // Cop skins
		{
			GivePlayerWeapon(playerid, 22, 500);
		}
	}
	return 1;
}
That's one of the many ways to do this.
Reply


Messages In This Thread
Police with pistol - by falling - 02.01.2012, 14:17
Re: Police with pistol - by Basssiiie - 02.01.2012, 14:20
Re: Police with pistol - by falling - 02.01.2012, 14:30
Re: Police with pistol - by Basssiiie - 02.01.2012, 14:32
Re: Police with pistol - by falling - 02.01.2012, 14:38
Re: Police with pistol - by falling - 02.01.2012, 14:42
Re: Police with pistol - by Basssiiie - 02.01.2012, 14:46
Re: Police with pistol - by falling - 02.01.2012, 15:15
Re: Police with pistol - by Basssiiie - 02.01.2012, 18:39
Re: Police with pistol - by falling - 02.01.2012, 19:49

Forum Jump:


Users browsing this thread: 2 Guest(s)