getting error for dini
#1

error 017: undefined symbol "dini_Intset"

PHP код:
        dini_Intset(string"Cash"Player[playerid][Cash]); 
Any idea why?
Reply
#2

Remember that PAWN is case sensitive, it should be:
dini_IntSet
Reply
#3

Same thing didnt help...
Reply
#4

Save:
PHP код:
dini_IntSet(arquivo,"Cash",LevelInfo[playerid][Admin]); 
Loading:

PHP код:
LevelInfo[playerid][Admin] = dini_Int(arquivo,"Cash"); 
Reply
#5

Didnt understand that what is Arquivo?
Reply
#6

Quote:
Originally Posted by kingcrome
Посмотреть сообщение
Same thing didnt help...
Код:
dini_IntSet(string, "Cash", Player[playerid][Cash]);
Still gives undefined symbol-error?
Have you included dini with #include <dini> ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)