credits
#4

Quote:
Originally Posted by [bot]fatninja
Посмотреть сообщение
thnx, am i to enter that in my gamemode?
pawn Код:
CMD:credits(playerid,params[])
{
    ShowPlayerDialog(playerid, DIALOGID3, DIALOG_STYLE_MSGBOX, "credits" "your credits", "ok", "Cancel");
    return 1;
}
Put this code in your gamemode along with other commands and not under any public callback.Also define your dialog with a dialog id at the top of your script along with other defines.

pawn Код:
#define DIALOGID3 101 // 101 is the unique dialog id defined for a dialog named DIALOGID3
Reply


Messages In This Thread
credits - by Abhishek. - 12.04.2012, 17:12
Re: credits - by DarkB0y - 12.04.2012, 17:42
Re: credits - by Abhishek. - 13.04.2012, 00:52
Re: credits - by Mark™ - 13.04.2012, 06:28
Re: credits - by Ptcl® - 13.04.2012, 11:42

Forum Jump:


Users browsing this thread: 2 Guest(s)