23.02.2012, 05:32
I'm getting this warning when I try and make an IRC setscore command (I made the standard ingame one fine)
C:\Users\TrueCoppa\pawno\SFCRRPG.pwn(1347 : warning 202: number of arguments does not match definition
Is the line in question
C:\Users\TrueCoppa\pawno\SFCRRPG.pwn(1347 : warning 202: number of arguments does not match definition
pawn Код:
SendClientMessage(setid,COLOR_ADMIN,"[SCORE SET] Your score has been set to %d by an administrator.",score);