Posts: 24
Threads: 8
Joined: Oct 2012
Reputation:
0
Is there any way to get the player classid on player spawn?
Posts: 42
Threads: 1
Joined: Mar 2012
Reputation:
0
Can you explain exactly what you mean please?
Posts: 42
Threads: 1
Joined: Mar 2012
Reputation:
0
If you mean how to set the skin id this is the solution:
AddPlayerClass("the first number here is the skinid",Coordinates..)
Posts: 42
Threads: 1
Joined: Mar 2012
Reputation:
0
Are you using Y_ini?
It would be much easier for you..
+REP If I Helped!!
Posts: 90
Threads: 11
Joined: Oct 2012
Reputation:
0
Are you looking to send a message to a certain team?
Posts: 24
Threads: 8
Joined: Oct 2012
Reputation:
0
Actually i want to give more weapons to player..
the AddPlayerClass(skin, x, y, z, angle, weapon, ammo, weapon, ammo, weapon, ammo);
will give only three weapons to the player..So i thought that i can give to the player more weapons on OnPlayerSpawn..
If there is another way to give more weapons to the player than this please post it.
Thanks
Posts: 90
Threads: 11
Joined: Oct 2012
Reputation:
0
GivePlayerWeapon(playerid, weaponid, ammo);
Put that onOnPlayerSpawn