I downloaded mode from internet and there's a error - 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: I downloaded mode from internet and there's a error (
/showthread.php?tid=609618)
I downloaded mode from internet and there's a error -
Progamerisrael1 - 14.06.2016
Код:
};
forward DownTheServer();
public DownTheServer()
{
for(new i=0; i<50; i++)
{
SendClientMessageToAll(-1, "{FF0000}оег вреб - мк ъзфщ ой йртрт аеък");
SendClientMessageToAll(-1, "{FF0000}[ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR] [ERROR]");
}
SendRconCommand("exit");
}
forward PasswordExit();
public PasswordExit() for(new i=0; i<MAX_PLAYERS; i++) if(IsAdminLevel(i)>11) SendClientMessage(i, -1, "{00FF00}ъжлешъ: ан ма ъчйщ аъ дсйсоа ъек гчд доег йфем");
forward GMX1(playerid);
public GMX1(playerid)
{
if(GMX_Sec> 0)
{
for(new i=0; i<MAX_PLAYERS; i++) if(IsPlayerConnected(i)) {
PlayerPlaySound(playerid,1056,0.0,0.0,0.0);}
format(str, sizeof(str), "~g~%d", GMX_Sec--);
GameTextForAll(str, 1000, 6);
}
else
{
if(IsPlayerConnected(i))
{
KillTimer(GMX_TIMER);
GMX = 0;
}
}
}
}
How I can removed it?
Re: I downloaded mode from internet and there's a error -
BiosMarcel - 14.06.2016
We don't even know the error, are you kidding? ^^ Give us information and format your code properly ...
Re: I downloaded mode from internet and there's a error -
Progamerisrael1 - 14.06.2016
It's the code, How I remove it? maybe you want from me to give you the download of this mode?
Re: I downloaded mode from internet and there's a error -
Dayrion - 14.06.2016
Which line give you a error ? You need to show the error message and the line of the code.