21.10.2016, 18:41
Hello.
I have 4 errors on my scripting and i'm gonna show it to you. Maybe you should know these errors. So, LET'S BEGIN!
The errors:
The lines of these errors:
That was the first.
SECOND!
With two lines:
And the LAST LINE!
You can help me fixing these errors easily
I have 4 errors on my scripting and i'm gonna show it to you. Maybe you should know these errors. So, LET'S BEGIN!
The errors:
Код:
C:\Users\ўггелпт\Desktop\samp037_svr_R2-1-1_win32\samp037_svr_R2-1-1_win32\gamemodes\NFTDM.pwn(9911) : error 076: syntax error in the expression, or invalid function call C:\Users\ўггелпт\Desktop\samp037_svr_R2-1-1_win32\samp037_svr_R2-1-1_win32\gamemodes\NFTDM.pwn(10016) : error 076: syntax error in the expression, or invalid function call C:\Users\ўггелпт\Desktop\samp037_svr_R2-1-1_win32\samp037_svr_R2-1-1_win32\gamemodes\NFTDM.pwn(10017) : error 076: syntax error in the expression, or invalid function call C:\Users\ўггелпт\Desktop\samp037_svr_R2-1-1_win32\samp037_svr_R2-1-1_win32\gamemodes\NFTDM.pwn(10030) : error 076: syntax error in the expression, or invalid function call Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
format(string, sizeof(string),"%s has used adminarea (non admin)", pName );
SECOND!
With two lines:
Код:
if(ping == 0) format(string,sizeof(string),"{00C7FF}Administrator %s has disabled maximum ping", PlayerName2, ping); else format(string,sizeof(string),"{00C7FF}Administrator %s has set the maximum ping to %d", PlayerName2, ping);
Код:
SetPlayerVirtualWorld(player1,GetPlayerVirtualWorld);