20.09.2012, 19:28
Cara, O codigo do wiki й esse :
public OnPlayerSpawn(playerid)
{
// Set a player's team to 4 when they spawn
SetPlayerTeam(playerid, 4);
return 1;
}
SetPlayerTeam(playerid, 4); O numero 4 й o ID Do player ou й o ID da skin dele ?
Como adiciono NOME ao time ?
public OnPlayerSpawn(playerid)
{
// Set a player's team to 4 when they spawn
SetPlayerTeam(playerid, 4);
return 1;
}
SetPlayerTeam(playerid, 4); O numero 4 й o ID Do player ou й o ID da skin dele ?
Como adiciono NOME ao time ?