05.03.2010, 19:34
Have you treid this:
I dont return 1; in all the callbacks that i have made and they work so maybe try that? Idk might not make a difference but idkl= try it
pawn Код:
public step1(playerid)
{
SendClientMessage(playerid, DZELTANS, "Pamaciba beigusies");
TogglePlayerControllable(playerid, 1);
if(gTeam[playerid] == komanda1)
{
SetPlayerPos(playerid,3632.3020,-1604.2275,16.7541);
}
if(gTeam[playerid] == komanda2)
{
SetPlayerPos(playerid,3972.4431,-1438.9698,15.6065);
}
}