how to do that the player had more than 3 weapons?
#1

to spawn when there were more than three weapons?!


AddPlayerClass(165,-3108.2939,2769.8088,93.9624,184.3173,24,70,25,50,3 4,7,31,120,16,1);

warning 202: number of arguments does not match definition
Reply
#2

You can add after spawn by GivePlayerWeapon.
Reply
#3

Quote:
Originally Posted by Misiur
You can add after spawn by GivePlayerWeapon.
writing code xd
Reply
#4

Код:
public OnPlayerSpawn(playerid)
{
  GivePlayerWeapon(playerid, WEAPON_ID, AMMO);
  return 1;
}
Reply
#5

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)