Jump to content

Recommended Posts

Posted (edited)
54 minutes ago, Pitbul97 said:

I-mi puteti spune cum rezolv si eu eroarea asta 

C:\GMx\ProtectServer.pwn(674) : warning 203: symbol is never used: "Ip_Limit"

 e la linia 33

 

Păi în primul rând, nu este o eroare, este un avertisment și îți zice că nu folosești niciodată variabila Ip_Limit, dacă vrei să nu mai ai avertismentul șterge linia cu new Ip_Limit = 5; Dar văd că folosești variabila IP_LIMIT care nu este definită în codul pe care ni l-ai dat aici. Dacă o să ai o eroare după ștergerea liniei cu Ip_Limit = 5 scrie-o înapoi și redenumește-o în IP_LIMIT.

Edited by ImpulsE

Gh38gEQ.gif

Posted (edited)

C:\GM x\samp03\filterscripts\ProtectServer.pwn(33) : error 020: invalid symbol name ""
C:\GM x\samp03\filterscripts\ProtectServer.pwn(674) : warning 203: symbol 

 

eu vreau sa adaug aceasta linie IP_LiMIT = 5 

Edited by Pitbul97
Posted (edited)

am pus asa dar degeaba tot cu 2 conturi pot intra atat

#undef SAME_IP_CONNECT
#define SAME_IP_CONNECT (5) //5 = nr. de conexiuni per ip.
Edited by Pitbul97
  • kwnx locked this topic
Guest
This topic is now closed to further replies.
×
×
  • 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.