10.03.2009, 08:23
ClassID is in:
nPlayerRequestClass
SetPlayerTeamFromClass(classid)
How to create it on OnPlayerSpawn(playerid, classid)








To be: if (classid == xx)
{
Give gun(playerid,xx,xx)
}
Because classid can't be in OnPlayerSpawn.
I've started scripting GTA:SA now in this day so.... :P
I have an experience from counter-strike scripting.
nPlayerRequestClass
SetPlayerTeamFromClass(classid)
How to create it on OnPlayerSpawn(playerid, classid)









To be: if (classid == xx)
{
Give gun(playerid,xx,xx)
}
Because classid can't be in OnPlayerSpawn.
I've started scripting GTA:SA now in this day so.... :P
I have an experience from counter-strike scripting.