Paying for this to be done
#2

If you know how you want to save it, just do like:

pawn Код:
new startnote[126];

//do a command just like normally then set this function in there.
new writethisnow[126];//sscanf or something to detect and save what the player writes after the command part.
format(startnote, sizeof(startnote), "%s", writethisnow);

//and on player connect just use
if(strval(startnote) != 0){
ShowPlayerDialog(playerid, 18273, DIALOG_STYLE_MSGBOX, "Important notice", startnote, "Dissmiss", "");
}
Hope it helped
Reply


Messages In This Thread
Paying for this to be done - by NinjaChicken - 21.08.2012, 07:58
Re: Paying for this to be done - by Ranama - 21.08.2012, 08:18
Re: Paying for this to be done - by NinjaChicken - 21.08.2012, 08:25
Re: Paying for this to be done - by Ranama - 21.08.2012, 08:37
Re: Paying for this to be done - by NinjaChicken - 21.08.2012, 08:58
Re: Paying for this to be done - by NinjaChicken - 21.08.2012, 21:14
Re: Paying for this to be done - by Shetch - 21.08.2012, 21:17
Re: Paying for this to be done - by NinjaChicken - 21.08.2012, 21:19
Re: Paying for this to be done - by Shetch - 21.08.2012, 21:30
Re: Paying for this to be done - by ThePhenix - 21.08.2012, 21:30

Forum Jump:


Users browsing this thread: 2 Guest(s)