Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(24) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(24) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(24) : error 017: undefined symbol "System"
C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(24) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

Nush dela ce sunt si cum le rezolv

5 answers to this question

Recommended Posts

Posted

Deci am rezolvat

dar acu am astea

C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(13883) : error 021: symbol already defined: "GetPlayerClan"
C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(13890) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Revin cu lini Scriptu este asta
stock GetPlayerClan(playerid)
{
    new player_name[MAX_PLAYER_NAME], clanquery[100], Field[30];
    GetPlayerName(playerid,player_name,sizeof(player_name));
    format(clanquery, sizeof(clanquery), "SELECT clanname FROM members WHERE playername = '%s'", player_name);
    Result = db_query(Database, clanquery);
    db_get_field_assoc( Result, "clanname", Field, 30 );
    db_free_result(Result);
    return Field;
}
Eroarea 1:
{
Eroarea 2:
return Field;

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.