23.12.2010, 02:15
How i can know if the inputtext aint the thing i want.... Like this(Script im trying):
And it gives me this error:
pawn Код:
else if(!strcmp(!inputtext,"Female", true) || (!strcmp(!inputtext,"Male", true))
{
ShowPlayerDialog(playerid, 86, DIALOG_STYLE_INPUT, "Tutorial","Are you Female or Male?", "Accept", "Leave");
}
pawn Код:
C:\Archivos de programa\Rockstar Games\GTA San Andreas\SA-MP 0.3b\Server 0.3b\gamemodes\Taurus.pwn(243) : error 028: invalid subscript (not an array or too many subscripts): "strcmp"