- 0
Error
-
Similar Content
-
- 1 reply
- 2.000 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
DAVIDXP
Salut all, deci am un GM si am niste erori la el:
[pawn]
C:\Users\xxx\Desktop\Servere SA-MP\xxxx\gamemodes\x.pwn(367) : warning 217: loose indentation
C:\Users\xxx\Desktop\Servere SA-MP\xxxx\gamemodes\x.pwn(367) : error 012: invalid function call, not a valid address
C:\Users\xxx\Desktop\Servere SA-MP\xxxxx\gamemodes\x.pwn(367) : warning 215: expression has no effect
C:\Users\xxx\Desktop\Servere SA-MP\xxxxx\gamemodes\x.pwn(367) : error 001: expected token: ";", but found ")"
C:\Users\xxx\Desktop\Servere SA-MP\xxxxx\gamemodes\x.pwn(367) : error 029: invalid expression, assumed zero
C:\Users\xxx\Desktop\Servere SA-MP\xxxxx\gamemodes\x.pwn(367) : fatal error 107: too many error messages on one line
[/pawn]
La linia asta:
P.S: Am pus scriptu intreg.
[pawn]
//-----------------------------------------------------
367 if (dUserINT(PlayerName2(playerid)).("banned") == 1)
{
new string2[256], string3[256], strkick1[562];
SendClientMessage(playerid, red, "{00FF00}!!!{FFFFFF}Acest nume ii banat pe acest server{00FF00}!!!");
format( strkick1 ,sizeof( strkick1 ),"{FF6B00}Ai primit {FFFFFF}KICK!\n{FF6B00}De la: {FFFFFF}Sistem Nume-Banat\n{FF6B00}Motiv: {FFFFFF}Acest nume ii Banat!\n{FF6B00}Schimba-ti numele si reintra dinou!\n{FF6B00}Apropo viziteaza forumul nostru:\n\t{FFFFFF}wWw.{FF6B00}fORUM{FFFFFF}.com");
ShowPlayerDialog(playerid, 758, 0, "{FF6B00}Kick {FFFFFF}Sistem", strkick1, "OK", "");
format(string3,sizeof(string3),"{00FF00}%s {FFFFFF}ID:{00FF00}%d {FFFFFF}a primit kick xD. Motiv: {FF5E00}Nume banat =D",PlayerName,playerid);
SendClientMessageToAll(grey, string3);
format(string2,sizeof(string2),"Nume Banat: %s ID:%d a primit kick.",PlayerName,playerid);
SaveToFile("NameBannedKick",string2); Kick(playerid);
}
[/PAWN]
hELPPP, deja nush cum sa le mai rezolv.
13 answers to this question
Recommended Posts