29.03.2014, 00:52
(
Последний раз редактировалось DarkLored; 29.03.2014 в 13:57.
)
* SOLVED *
if(IsDetain[ID] == 0)
{
SendClientMessage(playerid,COLOR_ERROR,"You can only use this command on detained players.");
return 1;
}
if(HasDetainedPlayer[playerid] == 0)
{
SendClientMessage(playerid,COLOR_ERROR,"You have to detain a player first inorder to use this command.");
return 1;
}
if(IsPlayerInRangeOfPoint(playerid,2.5,1537.7087,-1639.0579,13.5469))
LINE 1: new pwl = GetPlayerWantedLevel(playerid);
LINE 2: new pwl = GetPlayerWantedLevel(ID);