Errors help !! PLEASE I NEED FOR FRIDAY !
#1

Hi,
Help me with this errors pleaseee!!!! I NEED IT FOR FRIDAY !!!!!!!!!!!
HELP !

pawn Код:
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
i have the newest streamer and 0.3e version !!

Lines


pawn Код:
#define STOREMENU 1320  // line 156
new MedicCall = 999; // line 406
PLEASE HELP I NEED FOR FRIDAY !
Reply
#2

did you update your a_samp include?
The errors appearing here (it doesn't make sense at all, something about an object when you are writing a define, but ok), are meaning the compiler can't find the standard functions defined in the (if i remember good) in the a_sa-mp.inc

Just check that again, and check again if that is line 156 for sure..
it doesn't make sense, a SELECT_OBJECT_PLAYER_OBJECT error when writing MedicCall!?

I will wait a reply
Reply
#3

THanks!!! REP+ for you !!
i update again in 0.3e and its works!
Reply
#4

Hey bro can you fix this error??

pawn Код:
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version"
Reply
#5

Quote:
Originally Posted by Vizi
Посмотреть сообщение
THanks!!! REP+ for you !!
i update again in 0.3e and its works!
u cant give rep until u get 50+ post . .
Reply
#6

ohh i see why is not working

pawn Код:
F:\Users\Daniel\Desktop\GamingClub RP\pawno\include\YSI/y_ini.inc(161) : fatal error 100: cannot read from file: "internal\y_version"
but can you fix this ?
Reply
#7

show me line
160 - 165

Edit: https://sampforum.blast.hk/showthread.php?tid=321092
Reply
#8

Actually you will need full YSI
Reply
#9

I have full YSI !
there are the lines

pawn Код:
stock SacuvajStan(idstana)
{
    new dFile[128];
    format(dFile, sizeof(dFile),"Stanovi/%d.ini",idstana);
    new
    INI:File = INI_Open(dFile);
   
    INI_WriteFloat(File, "Ulaz_X",StanInfo[idstana][sUlaZx]);
    INI_WriteFloat(File, "Ulaz_Y", StanInfo[idstana][sUlaZy]);
    INI_WriteFloat(File, "Ulaz_Z",StanInfo[idstana][sUlaZz]);
    INI_WriteFloat(File, "Izlaz_X", StanInfo[idstana][sIzlaZx]);
    INI_WriteFloat(File, "Izlaz_Y", StanInfo[idstana][sIzlaZy]); /// line 161
    INI_WriteFloat(File, "Izlaz_Z", StanInfo[idstana][sIzlaZz]);
    INI_WriteString(File, "Vlasnik", StanInfo[idstana][sVlasnik]);
    INI_WriteString(File, "Opis", StanInfo[idstana][sOpis]);
    INI_WriteInt(File, "Posedovan", StanInfo[idstana][sPosedovan]);
    INI_WriteInt(File, "Postavljen", StanInfo[idstana][sPostavljen]);
    INI_WriteInt(File, "Zakljucan", StanInfo[idstana][sZakljucan]);
    INI_WriteInt(File, "Novac", StanInfo[idstana][sNovac]);
    INI_WriteInt(File, "Cena", StanInfo[idstana][sCena]);
    INI_WriteInt(File, "World", StanInfo[idstana][sWorld]);
    INI_WriteString(File, "Poruka", StanInfo[idstana][sPoruka]);
    INI_WriteInt(File, "Int", StanInfo[idstana][sInt]);
    INI_WriteInt(File, "Level", StanInfo[idstana][sLevel]);
    INI_WriteInt(File, "Spawn", StanInfo[idstana][sSpawn]);

    INI_Close(File);
}
Reply
#10

Vizi, you lack a file from YSI. You gotta REDOWNLOAD it. You need to put all the files, not only the includes I guess.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)