warning 202: number of arguments does not match definition
#1

Hello , i update my deathmatch Script with Last Includes And Plugins a

DEATHMATCH.pwn(29002) : warning 202: number of arguments does not match definition

Here is Line : 29002

if (!isNumeric(tmp))
{
TargetID = TargetID = ReturnUser(tmp, playerid);
if (TargetID == INVALID_PLAYER_ID)
{
return 1;
}
}
Reply
#2

PHP код:
TargetID TargetID ReturnUser(tmpplayerid); 
Change it to

PHP код:
TargetID TargetID ReturnUser(tmpplayerid); 
Reply
#3

this is same text
Reply
#4

Код:
TargetID = ReturnUser(tmp, playerid);
"TargetID = TargetID ="

Should have no effect.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)