29.10.2013, 09:54
Little bug
29.10.2013, 10:06
Type /interior in-game when this happens. Is the interiorid 0?
29.10.2013, 10:17
29.10.2013, 10:21
It should be 0.
Is this happening when you want to spawn (by using OnPlayerSpawn)? If so:
If it's a teleport with a command, set the interior to 0 in the command.
Is this happening when you want to spawn (by using OnPlayerSpawn)? If so:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, 0);
// code..
return 1;
}
29.10.2013, 10:22
there might be other systems like house system affecting to reset your position on spawn in the house check it...
29.10.2013, 10:23
It's not :/ it's when I spawn.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)