dini problem
#1

im getting those problems
pawn Код:
C:\Users\arjan\Desktop\Cops And Robbers\gamemodes\lscnr.pwn(10317) : error 035: argument type mismatch (argument 1)
C:\Users\arjan\Desktop\Cops And Robbers\gamemodes\lscnr.pwn(10319) : error 035: argument type mismatch (argument 1)
C:\Users\arjan\Desktop\Cops And Robbers\gamemodes\lscnr.pwn(10320) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
while im trying to increase cop scores at dini saving folder

pawn Код:
if(dini_Int(i, "Copskill") < 5)//
                {
                    dini_IntSet(i, "Copskill", dini_Int(i, "Copskill") + 2);
                    format(string, 120, ":[SKILL UPGRADE]: Your Cop skill has increased! + %d", dini_Int(i, "Copskill"));
                    return 1;
                }
Reply


Messages In This Thread
dini problem - by iThePunisher - 25.03.2014, 12:29
Re: dini problem - by MythicalMarauder - 25.03.2014, 13:07
Re: dini problem - by Konstantinos - 25.03.2014, 13:11

Forum Jump:


Users browsing this thread: 1 Guest(s)