undefined symbol "INI_String"
#1

Код:
D:\GameMode\gamemodes\bare.pwn(313) : error 017: undefined symbol "INI_String"
D:\GameMode\gamemodes\bare.pwn(314) : error 017: undefined symbol "INI_String"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Код:
    INI_String("Drzava",PlayerInfo[playerid][pDrzava]);
    INI_String("Email",PlayerInfo[playerid][pEmail]);
??? ??? ??? ??? ??? ???
Reply
#2

type this "#include <YSI\y_ini>" under "#include <a_samp>"
Reply
#3

You need
pawn Код:
#include <YSI\y_ini>
at the top of your script, underneath <a_samp>.

Otherwise i think you need a length, not only name and variable.
pawn Код:
INI_String(name,variable,length);
Reply
#4

Arledy have #include <YSI\y_ini>

Код:
D:\GameMode\gamemodes\bare.pwn(313) : error 001: expected token: ")", but found "["
D:\GameMode\gamemodes\bare.pwn(313) : warning 215: expression has no effect
D:\GameMode\gamemodes\bare.pwn(313) : error 001: expected token: ";", but found "]"
D:\GameMode\gamemodes\bare.pwn(313) : error 029: invalid expression, assumed zero
D:\GameMode\gamemodes\bare.pwn(313) : fatal error 107: too many error messages on one line
Код:
    INI_String("Drzava",PlayerInfo[playerid][pDrzava], 100);
    INI_String("Email",PlayerInfo[playerid][pEmail], 100);
Reply
#5

http://prntscr.com/5qjd6v
Reply
#6

http://prntscr.com/5qjh9s I download from here
Reply
#7

You missing a parameter.

You need to add the length.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)