16.04.2014, 18:01
Please help me in this:
evrything is okey but i can't understand hwat's the wrong with it. Line's
Help please
Код:
/ScShortcut/Commands.pwn(21) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(38) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(47) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(47) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(56) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(56) : warning 202: number of arguments does not match definition /ScShortcut/Commands.pwn(77) : warning 202: number of arguments does not match definition
Код:
(21) SendClientMessageEx(playerid, COLOR_WHITE, "You have changed LockerID %d's position", lid); (38) SendClientMessageEx(playerid, COLOR_WHITE, "You have changed LockerID %d Deliver Point", lid); (47) SendClientMessageEx(playerid, COLOR_WHITE, "You have changed LockerID %d's Materials to %s", lid, AddCommas(LockerInfo[lid][lmats])); (56) SendClientMessageEx(playerid, COLOR_WHITE, "You have changed LockerID %d's Group to %d", lid, amount); (77) SendClientMessageEx(playerid, COLOR_WHITE, "You have deleted LockerID %d", lid);