11.08.2014, 14:40
hello added some new neons to my script as the old ones wer awful
can anyone sort the pdonator line out please keep getting to many errors on line expecting ; and finding )
CMD:buyneon(playerid, params[])
{
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) || PlayerInfo[playerid][pDonator] >= 3)) return 1;
ShowPlayerDialog(playerid, DIALOG_ID_NEON, DIALOG_STYLE_LIST, "Available Neon Colors", "{1500FF}Blue\n{FF0000}Red\n{40FF00}Green\nWhite\n {FF00FB}Pink\n{DDFF00}Yellow\n{9900FF}Remove Neon", "Select", "Cancel");
return 1;
}
will plus rep
can anyone sort the pdonator line out please keep getting to many errors on line expecting ; and finding )
CMD:buyneon(playerid, params[])
{
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) || PlayerInfo[playerid][pDonator] >= 3)) return 1;
ShowPlayerDialog(playerid, DIALOG_ID_NEON, DIALOG_STYLE_LIST, "Available Neon Colors", "{1500FF}Blue\n{FF0000}Red\n{40FF00}Green\nWhite\n {FF00FB}Pink\n{DDFF00}Yellow\n{9900FF}Remove Neon", "Select", "Cancel");
return 1;
}
will plus rep