At spawn
#1

When i spawn i get a baseball bat how can i get out of the gamemod to not get when u log in the server?
Reply
#2

its under your class

AddPlayerClass(modeld,x,y,z,angle,weapon1,weapon1a mmo,weapon2,weapon2ammo,weapon3,weapon3ammo);
Reply
#3

i deleted it and it not worked :S
Reply
#4

Check under OnPlayerSpawn if there is any 'giveplayerweapon'
Reply
#5

k ill check it
Reply
#6

i founded too much like this GivePlayerWeapon
Reply
#7

Quote:
Originally Posted by zalyy
i founded too much like this GivePlayerWeapon
Delete them all if you don't want you to spawn without any weapons.
Reply
#8

lol but there is like Police and Swat and others :S i need to delete 1 thing the baseball bat when im /login and spawn
Reply
#9

Quote:
Originally Posted by zalyy
lol but there is like Police and Swat and others :S i need to delete 1 thing the baseball bat when im /login and spawn
basebal is weapon id:5
so search for: GivePlayerWeapon(playerid,5,0);
Reply
#10

Search for this then:
pawn Код:
GivePlayerWeapon(playerid,5,...);
And delete it.
If you don't find, then you should delete all 'AddPlayerClass' and make it again without any weapons..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)