DIALOG HELP - /credits command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DIALOG HELP - /credits command (
/showthread.php?tid=401598)
DIALOG HELP - /credits command -
geohareas - 23.12.2012
Hello there,
Guys i am a newbie developed and i am trying all the day to make an /credits command with a dialog (MSG_BOX)
but i get errors all the time..:@
Can you please help me?I want a template like this:
(Title)Server Credits:
(MSG_BOX) BLAH BLAH
(BUTTONS)"OK"," "
Actually i cant neither script the command,nor the dialog!! help me please! can you please send me a command?
(It will be easy for you!)
Thanks in advance for reading my post!
Best regards,
George
Re: DIALOG HELP - /credits command -
geohareas - 23.12.2012
none?
Re: DIALOG HELP - /credits command -
SilverKiller - 23.12.2012
I Can help! Skype! if u have?
Re: DIALOG HELP - /credits command - Patrick - 23.12.2012
Here you go
pawn Код:
if (strcmp("/credits", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,5000,DIALOG_STYLE_MSGBOX,"ServerCredits","Bla Bla Bla","OK","");
return 1;
}
Re: DIALOG HELP - /credits command -
geohareas - 23.12.2012
Really thank you,reputation added to both!