08.06.2014, 02:43
Код:
Warning: function "cmd_vipskin" should return a value
Код:
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;
}
}


