15.03.2010, 22:20
i have amde a saving system ... and i use it to save the player's team .. now i got only one question how to make it like when the player logs in .. he can only choose the selected team .. when he selected it before ...
i made this one for them when they dont have an account ..
now how to make hte other one when they have chose a team and its saved and when they login the cant scroll to the other teams ... it jsut stays there .. and they can only spawn with only that team ... unless i make a comamnd like /new life to set the Team[playerid] = 0; so they can start again ..
i made this one for them when they dont have an account ..
Код:
if(Team[playerid] == 0)
{
OnPlayerRequestClass(playerid, gPlayerClass[playerid]);
}
Код:
if(Team[playerid] == 1)
{
//what do i put here so it shows only their team ? }

