When i log in to my server i see the mappings but nothing else.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: When i log in to my server i see the mappings but nothing else.. (
/showthread.php?tid=405996)
When i log in to my server i see the mappings but nothing else.. -
Hade. - 08.01.2013
I dont know what now!
Help!
Re: When i log in to my server i see the mappings but nothing else.. -
Konstantinos - 08.01.2013
Your interior ID is not 0, that's why!
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, 0);
return 1;
}
Re: When i log in to my server i see the mappings but nothing else.. -
Hade. - 08.01.2013
Oh yea, tottaly forgot about that, thanks