SA-MP Forums Archive
Problem "Stay within the world bounders" - 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: Problem "Stay within the world bounders" (/showthread.php?tid=351198)



Problem "Stay within the world bounders" - Dopey. - 15.06.2012

Im using zGaming GM and I coneverted to 0.3e and I get that problem.. Any suggestions what to do?


Re: Problem "Stay within the world bounders" - tiernantheman - 15.06.2012

Make sure you have atleast one AddPlayerClass in your script. https://sampwiki.blast.hk/wiki/AddPlayerClass


Re: Problem "Stay within the world bounders" - Dopey. - 15.06.2012

I did..


Re: Problem "Stay within the world bounders" - ss2119 - 15.06.2012

Try to change the world bounders with extreme vehicle plotter to the whole GTA SA


Re: Problem "Stay within the world bounders" - Dopey. - 15.06.2012

How to do that now?


Respuesta: Problem "Stay within the world bounders" - CidadeNovaRP - 15.06.2012

Add the "AddPlayerClass".


Re: Problem "Stay within the world bounders" - Dopey. - 15.06.2012

pawn Код:
new NPCBus;
public OnGameModeInit()
{
    CheckFiles();
    SetGameModeText(SERVER_GM_TEXT);
    SendRconCommand("hostname zGaming Roleplay [Refunding Old Stats] [Unique]");
    SendRconCommand("weburl www.zGaming.org");
    SendRconCommand("mapname Script by: iRage");
    AddPlayerClass(22, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(21, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
This the code I got. If you want the rest of the code tell me.


Re: Problem "Stay within the world bounders" - Dopey. - 15.06.2012

ayo?


Re: Problem "Stay within the world bounders" - IstuntmanI - 15.06.2012

If you use JunkBuster, remove it from filterscripts and GM, and the JunkBuster FS too.