PLease help with this errors.
#10

Or you don't know how to use GetPlayerName, or there is a function missing.


pawn Код:
if(GetDistanceBetweenPlayers(playerid,ID) > 4)
{
    new PlayerName[MAX_PLAYER_NAME];
    GetPlayerName(ID, PlayerName, sizeof(PlayerName));
    format(string,sizeof(string),"%s (%d) is too far away. You cannot reach him to arrest him.",PlayerName,ID);
    SendClientMessage(playerid,COLOR_ERROR,string);
    return 1;
}
Reply


Messages In This Thread
PLease help with this errors. - by [DC] - 30.01.2012, 13:13
Re: PLease help with this errors. - by niels44 - 30.01.2012, 13:57
Re: PLease help with this errors. - by Konstantinos - 30.01.2012, 14:07
Re: PLease help with this errors. - by niels44 - 30.01.2012, 14:09
Re: PLease help with this errors. - by [ABK]Antonio - 30.01.2012, 14:10
Re: PLease help with this errors. - by Roperr - 30.01.2012, 15:30
Respuesta: Re: PLease help with this errors. - by [DC] - 31.01.2012, 03:56
AW: PLease help with this errors. - by Drebin - 31.01.2012, 06:14
Respuesta: AW: PLease help with this errors. - by [DC] - 31.01.2012, 21:18
Re: PLease help with this errors. - by Unte99 - 31.01.2012, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)