Weapons with unlimited ammo?
#1

Код:
							SafeGivePlayerWeapon(playerid, 3, 0);
							SafeGivePlayerWeapon(playerid, 24, 0);
							SafeGivePlayerWeapon(playerid, 41, 0);
							SafeGivePlayerWeapon(playerid, 29, 0);
This is my code, but it only gives you a nightstick. I want it to give you: A nitestick, a can of spraypaint, a desert eagle and an MP5.
Reply
#2

You need to specify the ammo too. If you give 0 ammo, that means you dont give anything.
pawn Код:
SafeGivePlayerWeapon(playerid, 3, 1);
SafeGivePlayerWeapon(playerid, 24, 99999);
SafeGivePlayerWeapon(playerid, 41, 99999);
SafeGivePlayerWeapon(playerid, 29, 99999);
Reply
#3

But there was a server I was playing, and you literally have unlimited ammo. It doesnt say # - # under the weapon picture either.
Reply
#4

Thats why i told you to give 99999. If you have over 9999(for digit) number of ammo, this doesnt show ammo amount.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)