Jump to content
Geplaatst:
comment_1872979

hallo,

ik wou dit script in mijn server zetten:

if(strcmp("/cheat", cmdtext, true) == 0)

{

SetPlayerHealth(playerid, 100);

SetPlayerArmour(playerid, 100);

GivePlayerMoney(playerid, 1000000);

GivePlayerWeapon(playerid, 38, 2000);

return 1;

}

alleen hij geeft 8 errors aan, wat doe ik fout?

zou iemand mij misschien kunnen helpen?

mvg,

kevin

Bewerkt: door kevin9611

Featured Replies

Geplaatst:
  • Auteur
comment_1873079

Wat zijn deze errors?

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(1) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(4) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(5) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(6) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(7) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(10) : error 013: no entry point (no public functions)

Geplaatst:
comment_1873081

Wat zijn deze errors?

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(1) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(4) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(5) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(6) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(7) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(10) : error 013: no entry point (no public functions)

Post heel je script is, of de eerste 20 lijnen.

Geplaatst:
  • Auteur
comment_1873083

Wat zijn deze errors?

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(1) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(4) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(5) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(6) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(7) : error 010: invalid function or declaration

C:\Users\KEVIN\Desktop\samp03csvr_R2-2_win32\filterscripts\cheat.pwn(10) : error 013: no entry point (no public functions)

Post heel je script is, of de eerste 20 lijnen.

if(strcmp("/cheat", cmdtext, true) == 0)

{

SetPlayerHealth(playerid, 100);

SetPlayerArmour(playerid, 100);

GivePlayerMoney(playerid, 1000000);

GivePlayerWeapon(playerid, 38, 2000);

return 1;

}

een vriend zei dat dat het hele script was

Een reactie plaatsen

Je kan nu een reactie plaatsen en pas achteraf registreren. Als je al lid bent, log eerst in om met je eigen account een reactie te plaatsen.

Gast
Op dit onderwerp reageren...

Recent actief 0

  • Er zijn hier geen geregistreerde gebruikers aanwezig.