09.05.2011, 11:57
@****** Sounds nice, but it would be useless if I just used y_class for 1 line.
@Cameltoe I did.
I have this function
Under OnPlayerRequestClass
and this
@Cameltoe I did.
I have this function
pawn Код:
if(GetPlayerClanID(playerid) == 4)
{
SetTimerEx("SkipSpawn",2000,0,"i",playerid);
}
and this
pawn Код:
public SkipSpawn(playerid)
{
gTeam[playerid] = 4;
SetClan(playerid, 4);
SetSpawnInfo(playerid, 4, x,y,z,a, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 1;
}