Dini Problem... :/
#1

Well, I had a REALLY wierd problem today... Look at the Errors:
PHP Code:
C:\Users\Yuval\Desktop\UberDeathmatch\filterscripts\YCOS.pwn(50) : error 017undefined symbol "dini_Exist"
C:\Users\Yuval\Desktop\UberDeathmatch\filterscripts\YCOS.pwn(50) : error 029invalid expressionassumed zero
C
:\Users\Yuval\Desktop\UberDeathmatch\filterscripts\YCOS.pwn(50) : error 076syntax error in the expression, or invalid function call
C
:\Users\Yuval\Desktop\UberDeathmatch\filterscripts\YCOS.pwn(50) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Look at this ^^^
And now, The script:
pawn Code:
public OnPlayerConnect(playerid)
{
    if(dini_Exist(pFile(playerid)) && dini_Isset(pFile(playerid), "OC"))) CreateVehicle(dini_Int(vFile(pCarid) "Model"), dini_Int(vFile(pCarid), "PosX"), dini_Int(vFile(pCarid), "PosY"), dini_Int(vFile(pCarid), "PosZ"), dini_Int(vFile(pCarid), "Rot"), dini_Int(vFile(pCarid), "Color1"), dini_Int(vFile(pCarid), "Color2"), 100000);
    return 1;
}
I dunno why it like that. H~E~L~P
Reply


Messages In This Thread
Dini Problem... :/ - by Captain Price - 09.08.2011, 11:55
AW: Dini Problem... :/ - by Drebin - 09.08.2011, 12:01
Re: AW: Dini Problem... :/ - by Captain Price - 09.08.2011, 12:10
Re: Dini Problem... :/ - by Captain Price - 09.08.2011, 12:34
Re: Dini Problem... :/ - by MadeMan - 09.08.2011, 12:51
AW: Dini Problem... :/ - by Drebin - 09.08.2011, 12:55

Forum Jump:


Users browsing this thread: 1 Guest(s)