20.07.2012, 21:25
Hi everyone,
I am getting this error when changing a few lines in my script...
this is the error:
and below, is one of the lines that gives the error..
Maybe i miss something, but what is not okay in my code?
I hope someone sees,
Thanks in advance
I am getting this error when changing a few lines in my script...
this is the error:
Код:
error 022: must be lvalue (non-constant)
pawn Код:
if(GetPVarInt(playerid,"Rank") == 1) {SendClientMessage(playerid,COLOR_WHITE,"You have received your paycheck!") && format(paydaystring,sizeof(paydaystring),"Received money: 300$") && newmoney[playerid] = 300;}
I hope someone sees,
Thanks in advance