SA-MP Forums Archive
You are banned from this server. - 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: You are banned from this server. (/showthread.php?tid=658627)



You are banned from this server. - SiNaGaMeR - 08.09.2018

I use this scripts but the server shown me "You are banned from this server."


PHP код:
SetPlayerName(playerid"Testing");
SetTimerEx("timer"1150"d"i); 
PHP код:
forward timer(playerid);
public 
timer(playerid)
{
  new 
string[30];
  
SetPlayerName(playeridPINFO[playerid][pName]);




Re: You are banned from this server. - solstice_ - 08.09.2018

Have you tried taking this code out of your gamemode? It might be something else causing that.


Re: You are banned from this server. - SiNaGaMeR - 08.09.2018

Quote:
Originally Posted by willbedie
Посмотреть сообщение
Have you tried taking this code out of your gamemode? It might be something else causing that.
No I tested...