13.02.2011, 12:35
hello i have used for my playerrequestclass an interior and on onplayerspawn i got setplayerinterior 0 but when i spawn i'm still in some interior
how to fix this?
how to fix this?
public OnPlayerSpawn(...)
{
SetTimerEx("SetInt",2000,false,"i",playerid);
return 1;
}
public SetInt(playerid)
{
SetPlayerInterior(playerid,0);
return 1;
}
SetPlayerInterior(playerid,0);
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
return 1;
}
Originally Posted by justsomeguy
i got setplayerinterior 0
|