03.07.2013, 06:18
Here 

Код:
if(strcmp(cmdtext,"/donate") == 0) { new Str1[ ] = "{54FF9F}Hello Friends\n\nThis menu is for them who is insterested to donate for our server reason we're\n\ Belongs to a poor country we need help to keep online our server now we're requesting for Donations If anyone can donate for\n\ Our server Then we must very very thank full to them we will give them a reward\n", Str2[ ] = "Insterested ? contatc to {EE799F}[S4S]Leon {517693}Or {EE799F}Sam_Hero {517693}pm Them on forums or In-Game Or email him : {B5A642}Leon_kenndy1@hotmail.com\n\ {517693}Donation Link given on our offical page {5EDA9E}| www.spsamp.tk | {517693}we're accepting all kinds of currency\n\ \nForum Registration Method based on Security Qustions\nQ.1 What's the Name of [SPS]Owner | Ans.{54FF9F} leon\n", Str3[ ] = "{517693}Q.2 what is the teleport command of old airport | Ans. {54FF9F}/aa\n\n\ {517693}Many Many Thanks For Reading Our Donations Information", StrF[ 2500 ]; format( StrF, sizeof StrF, "%s%s%s%s%s%s%s%s%s.Mr : {54FF9F}%s\n\n", Str1, Str2, Str3, GetPlayerName(playerid)); ShowPlayerDialog( playerid, DIALOG_donate, DIALOG_STYLE_MSGBOX , "{E01649}Donation Menu", StrF, "OK", "CANCEL" ); return 1; }