22.07.2011, 13:59
I have this code:
If he writes example: 1234, then it will do blablabla
but if he writes something else then 1234 then it will do blublublu
Any help would be fine.
pawn Код:
if(PlayerToPoint(1,playerid,270.0473,84.7454,1001.0391))
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Password","Enter the security password, to open the cells:","OK","Cancel");
}
but if he writes something else then 1234 then it will do blublublu
Any help would be fine.