17.02.2012, 18:34
ok i have this under onplayerlogin :
pawn Код:
MapTimer[playerid] = SetTimerEx("NextMap", 20000, true, "ii",playerid, 2);//as soon as the player logsin!
//NOTE: see the "2" at the end that is for the maximum maps you have
//these are positions of the first map
if(gTeam[playerid] == TEAM_CT) SetPlayerPos(playerid,2533.8667,2753.3320,10.8203);
if(gTeam[playerid] == TEAM_CT) SetPlayerFacingAngle(playerid,90.5278);
if(gTeam[playerid] == TEAM_T) SetPlayerPos(playerid,2667.8340,2717.2986,10.8203);
if(gTeam[playerid] == TEAM_T) SetPlayerFacingAngle(playerid,31.6018);