19.09.2009, 01:45
Change
GivePlayerWeapon(playerid,WEAPON_COLT45,100);
to
if(!IsPlayerNPC(playerid)) GivePlayerWeapon(playerid,WEAPON_COLT45,100);
In the GM.
GivePlayerWeapon(playerid,WEAPON_COLT45,100);
to
if(!IsPlayerNPC(playerid)) GivePlayerWeapon(playerid,WEAPON_COLT45,100);
In the GM.