help + rep
#1

Untitled.pwn(23566) : warning 202: number of arguments does not match definition

Quote:

if (Players == 0)
return SendClientMessage(playerid, COLOR_ERROR, "No Players Close Enough To Pet Slap.");

}else{
if (!isNumeric(tmp))
{
TargetID = ReturnUser(tmp,playerid); //Here Is Line 23566
if (TargetID == INVALID_PLAYER_ID)
{
return 1;
}
}
else
{
TargetID = strval(tmp);

if (!IsPlayerConnected(TargetID))
{
format(string, sizeof(string), "%d Is Not A Valid ID.", TargetID);
SendClientMessage(playerid, COLOR_ERROR, string);
return 1;
}
}
}

Reply


Messages In This Thread
help + rep - by JuzDoiT - 05.05.2017, 15:16
Re: help + rep - by lackmail - 05.05.2017, 15:20
Re: help + rep - by iLearner - 05.05.2017, 15:21
Re: help + rep - by NaS - 05.05.2017, 15:24
Re: help + rep - by JuzDoiT - 05.05.2017, 15:43
Re: help + rep - by Vince - 05.05.2017, 15:58
Re: help + rep - by JuzDoiT - 05.05.2017, 16:01
Re: help + rep - by ShihabSoft - 05.05.2017, 17:08

Forum Jump:


Users browsing this thread: 4 Guest(s)