22.12.2012, 21:04
Hola,
їEs posible que GetPlayerTeam estй bug?. Con el siguiente cуdigo devuelve NO_TEAM.
[22/12/2012 19:25:14] 255
Saludos!
їEs posible que GetPlayerTeam estй bug?. Con el siguiente cуdigo devuelve NO_TEAM.
pawn Код:
#include <a_samp>
public OnGameModeInit()
{
SetTeamCount(2);
return AddPlayerClass(0, 0, 0, 5, 0, -1, -1, -1, -1, -1, -1);
}
public OnPlayerConnect(playerid)
{
SetPlayerTeam(playerid, 1);
}
public OnPlayerSpawn(playerid)
{
printf("%i", GetPlayerTeam(playerid));
}
Saludos!