#2

Next time, look on the wiki

pawn Код:
GivePlayerWeapon(playerid, dini_Int(File, "Weapons"), dini_Int(File, "Ammo"));
dini_Int is used like that :

pawn Код:
new myvar;
myvar = dini_Int("MyFile.txt", "test");
printf("%d", myvar);
or like that :
pawn Код:
printf("%d", dini_Int("MyFile.txt","test"));
Reply


Messages In This Thread
help - by UltraScripter - 17.11.2014, 16:07
Re : help - by Dutheil - 17.11.2014, 16:17
Re: help - by UltraScripter - 17.11.2014, 16:40
Re : help - by Dutheil - 17.11.2014, 16:42
Re: help - by UltraScripter - 17.11.2014, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)