25.03.2014, 12:29
im getting those problems
while im trying to increase cop scores at dini saving folder
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.
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;
}