Jump to content
  • 0

Problema Incorporare createclan in gmod!!


Question

Posted

Deci am o problema imi da eroare in GMOD

C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(10) : fatal error 100: cannot read from file: "a_mysql"

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


1 Error.

Si nush ce sa fac.

6 answers to this question

Recommended Posts

Posted

Nu poti citi ce scrie? cannot read from file ... downloandeaza a_mysql.inc si adaugal in pawno/includes apoi compileaza dinou scriptul.

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

Posted

Am rezolvat dar acu am astea 2 erori si nu fi rau!!

C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(13891) : error 021: symbol already defined: "GetPlayerClan"
C:\Documents and Settings\CATALIN-MARIUS\Desktop\rrs.pwn(13898) : 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.
Linia 13891
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;
}
Linia 13898
	return Field;

Posted

Iar pentru a -2-a new player_name[MAX_PLAYER_NAME], clanquery[100], Field[30];

Modifica Field[30] in Fiedl[124]

Si nu sunt rau, doar ziceam si eu asa  :grin:

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

Posted

Deci BO$$

Lam modificat cum ai spus si

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.

Dar nush cu ce lini sa revin :-??

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.