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;
}
}
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;
}
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;
}
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\Stunt Evolution\gamemodes\SEv2.pwn(13) : fatal error 100: cannot read from file: "fixes2.inc"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
|
pawn Код:
|
|
pawn Код:
|
You're not near at the VIP Skin list!!
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;
}
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;// -----------------------
}