Credit Box - 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: Credit Box (
/showthread.php?tid=349270)
Credit Box -
20pratik12 - 08.06.2012
Hey can anyone Help me to make credit box which appears by /credits?
Make a one With
Owner:
Co-Owner:
Scripter:
Thnx.
Re: Credit Box - Jarnu - 08.06.2012
pawn Код:
CMD:credits(playerid, params[])
{
ShowPlayerDialog(playerid, 999,DIALOG_STYLE_MSGBOX,"{FFFFFF}Credits:","Owner:name\nCo-Owner:name\nScripter:name","Ok","Close");
return 1;
}
Re: Credit Box -
Gaetic - 08.06.2012
pawn Код:
CMD:credits(playerid, params[])
{
ShowPlayerDialog(playerid, 999,DIALOG_STYLE_MSGBOX,"{FFFFFF}Credits:","Owner:gaetic\nCo-Owner:i own it myself\nScripter:me ofc","Okay","Close");
return 1;
}
and learn yourself at
https://sampwiki.blast.hk/wiki/How_to_Cr...OX_dialog_type
EDIT: Jarnu was fast.