How to add more items to my input dialog?
#4

Or use strval.

pawn Код:
if(strval(inputtext) == 10)
pawn Код:
switch(strval(inputtext))
{
    case 1: { SetPlayerPos(playerid, 2090.8916,-2545.3416,13.5469);
              SendClientMessage(playerid,0xAA3333AA,"You Teleported LS Airport"); }
    case 2: {}
    case 3: {}
    case 4: {}
    case 5: {}
    case 6: {}
    case 7: {}
    case 8: {}
    case 9: {}
    case 10: {}
    case 11: {}
}
Reply


Messages In This Thread
How to add more items to my input dialog? - by ZamaXor - 24.09.2010, 11:29
Re: How to add more items to my input dialog? - by [XST]O_x - 24.09.2010, 11:32
Re: How to add more items to my input dialog? - by ZamaXor - 24.09.2010, 11:39
Re: How to add more items to my input dialog? - by smeti - 24.09.2010, 13:04
Re: How to add more items to my input dialog? - by LarzI - 24.09.2010, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)