08.06.2014, 03:06
Wait,
I think if he's not Donator / VIP it will send this kind of message instead of if he's not in the right range of point.
Well, i think it's this :-
Just saying, ok?
For fixes2 [Plugin or Include], Here you go :-
fixes2 - Updated 13/01/13.
Quote:
|
pawn Код:
|
Quote:
|
pawn Код:
|
Код:
You're not near at the VIP Skin list!!
pawn Код:
CMD:vipskin(playerid, params[])
{
if(PlayerInfo[playerid][pDonator] >= 1)
{
if(IsPlayerInRangeOfPoint(playerid,3.5,-2648.1909, 1397.2834, 906.4609))
{
ShowPlayerDialogEx( playerid, DIALOG_3496, DIALOG_STYLE_INPUT, "Skin Selection","Please enter a Skin ID!\n\nNote: Skin changes are free here.", "Wear", "Cancel" );
}
else
{
SendClientMessage(playerid, COLOR_WHITE, " You're not near at the VIP Skin list!!");
}
}
return 1;
}
For fixes2 [Plugin or Include], Here you go :-
fixes2 - Updated 13/01/13.


