23.09.2013, 11:33
Konstantinos I'm aware of that, and thanks man, I forgot to add about if theres nothing in it.
Well as you see it's kinda simple because I just wanna test something with it, nothing special/detailed and here's the command.
Well as you see it's kinda simple because I just wanna test something with it, nothing special/detailed and here's the command.
pawn Код:
CMD:spray(playerid,params[])
{
if(gInfo[playerid][isPainted] == 1)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Spray Tag","Please insert what you'd like to spray on the wall \n {FF0000} (( WARNING : SPRAYING RANDOM BULLSHIT WILL RESULT INTO A PUNISHMENT ))","Spray","Cancel");
gInfo[playerid][isPainted] = 0;
}
else
{
// do nothing
}
}