SA-MP Forums Archive
Help me with my gamemode please - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me with my gamemode please (/showthread.php?tid=81793)



Help me with my gamemode please - coole210 - 14.06.2009

I can't see anything. I spawn and i fall from the sky and i land on nothing. Nothing is there. My gclass colors arent working either.. If i /kill after i end up in SF instead of LS..

Please somebody help..

I will only show some parts of my GM on MSN. coole210@hotmail.com


Re: Help me with my gamemode please - Mr_Finnigan - 14.06.2009

are you using ysi ?


Re: Help me with my gamemode please - Jakku - 14.06.2009

Add this:

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerPos(playerid, X,Y,Z);
Replace X Y and Z with coordinates you want to people spawn


Re: Help me with my gamemode please - ByFukara - 14.06.2009

no man you need interior. If your player will spawn outside you must add this command to OnPlayerSpawn


SetPlayerInterior(playerid, 0);