12.03.2011, 22:20
Thanks but I got these errors:
Line:
Do I need #include <Dini> ? I tried including it but I got this error:
Line:
pawn Код:
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(4869) : error 017: undefined symbol "dini_Exists"
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(4871) : error 017: undefined symbol "dini_Create"
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(4872) : error 017: undefined symbol "dini_IntSet"
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(4873) : error 017: undefined symbol "dini_Int"
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(4877) : error 017: undefined symbol "dini_Int"
pawn Код:
if(!dini_Exists(Oncemoney))
{
dini_Create(Oncemoney);
dini_IntSet(Oncemoney, "Moneyed", 0);
Moneyed[playerid] = dini_Int(Oncemoney, "Moneyed");
}
else
{
Moneyed[playerid] = dini_Int(Oncemoney, "Moneyed");
pawn Код:
C:\Documents and Settings\User\Desktop\Las Venturas True Crime\gamemodes\lvtc.pwn(1620) : error 004: function "Once_OnPlayerConnect" is not implemented
pawn Код:
Once_OnPlayerConnect(playerid);

