15.04.2014, 04:54
Hey Men i got errors when i compile this..
Need help very fast +rep for those who can help me..
The whole code
Need help very fast +rep for those who can help me..
pawn Code:
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\El Pilipinas Roleplay v5\gamemodes\ELPILIPINAS.pwn(57247) : error 029: invalid expression, assumed zero
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\El Pilipinas Roleplay v5\gamemodes\ELPILIPINAS.pwn(57247) : warning 215: expression has no effect
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\El Pilipinas Roleplay v5\gamemodes\ELPILIPINAS.pwn(57247) : error 001: expected token: ";", but found "if"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Code:
Line 57247 else if(dialogid == REGISTRATION_MENU_ONE)
pawn Code:
else if(dialogid == REGISTRATION_MENU_ONE)
{
if(response)
{
PlayerInfo[playerid][pSex] = 1;
}
else
{
PlayerInfo[playerid][pSex] = 2;
}
ShowPlayerDialogEx(playerid, REGISTRATION_MENU_TWO, DIALOG_STYLE_INPUT, "{00FF00}El Pilipinas Roleplay - Registration", "{FFFFFF}What do you want your character's age to be?\n\nNote: The age must be no lower than 18 and no higher than 90.", "Done", "");
}