29.07.2011, 13:24
SetPlayerTeamFromClass(playerid, classid)
{
if (classid == 105 || classid == 106 || classid == 107)
{
Team[playerid] = TEAM_GROVE;
}
else
{
Team[playerid] = TEAM_BALLAS;
}
}
Forgot this hahas
{
if (classid == 105 || classid == 106 || classid == 107)
{
Team[playerid] = TEAM_GROVE;
}
else
{
Team[playerid] = TEAM_BALLAS;
}
}
Forgot this hahas