14.04.2012, 18:21
Hi!
How to do with GetPlayerSkin? Under OnPlayerConnect ? And where should I write the id? For skin??..
And one more question:
"Your team" Should I put my team name there? And
What should be there I think I know but I'm not sure xD..
I'm a pretty new script begginner ^^.
How to do with GetPlayerSkin? Under OnPlayerConnect ? And where should I write the id? For skin??..
And one more question:
pawn Код:
OnPlayerSpawn(playerid)
if(gTeam[playerid] == YOUR_TEAM){
//Your code
}
pawn Код:
//Your code
I'm a pretty new script begginner ^^.