Jump to content

Question

Posted

D:\G@MES (Lucianâ„¢)\GTA San Andreas\DSK-Server\gamemodes\USA.pwn(19) : fatal error 100: cannot read from file: "ret_memcpy"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

Daca o sterg imi apare asa

D:\G@MES (Lucianâ„¢)\GTA San Andreas\DSK-Server\gamemodes\USA.pwn(781) : error 017: undefined symbol "string"

D:\G@MES (Lucianâ„¢)\GTA San Andreas\DSK-Server\gamemodes\USA.pwn(782) : error 017: undefined symbol "string"

D:\G@MES (Lucianâ„¢)\GTA San Andreas\DSK-Server\gamemodes\USA.pwn(1080) : warning 203: symbol is never used: "ret_memcpy"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

Linile 781 si 782

         format(string,256, "Kills: [%d] Deaths: [%d] Money: [%d] ",Kills,Deaths,GetPlayerMoney(playerid));
	  SendClientMessage(playerid,0xFFFFFFAA,string);

Va rog sa ma ajutati si pe mine

6 answers to this question

Recommended Posts

Posted

Ce a zis Th3_Bes7 nu e bine pentru ca nu va mai functiona cum trebuie GM/FS'ul....Cauta/Scrie si tu pe Google Download ret_memcpy.inc pentru ca tie iti lipseste un include, dar...eu nam auzit cea cest include :|

9zZndmN.png
  • Administrator
Posted

ret_memcpy nu este include. A gresit el si a pus

#include <ret_memcpy>
crezand ca e include. ret_memcpy este o functie. Sterge
#include <ret_memcpy>
si pune ce ti-a zis Th3_Bes7.
#pragma unused ret_memcpy
Daca te uiti in cele 2 erori si acel warning, zice clar ca nu este folosit. Dupa ce vei face asa o sa ramai cu cele 2 erori. Presupun ca erorile ti le da de la unele comenzi din script, daca da pune
new string[256];
la OnPlayerCommandText(playerid, cmdtext[]) Exemplu:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new string[256];
    //restu de linii/comenzi
    return 0;
}

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Posted

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

a mers multumesc pentru ajutor la toti mai ales lui Vyorel

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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.