22.06.2014, 07:49
for 22947 this is the code
pawn Код:
CMD:credits(playerid,params[]){
#pragma unused params
{
new string[1029];
strcat(string, "1. SeRVeR OwNeR ArE:[BTR]Mani, [BTR]Viper[NR], [BTR]ReD_DeViL\n");
strcat(string, "2. SeRVeR Co-OwNeR ArE: NOT YET Searching for it\n");
strcat(string, "3. Server Scripter By [BTR]ReD_DeViL,[BTR]Mani\n");
strcat(string, "4.---------------->not yet/<---------------------\n\n");
ShowPlayerDialog(playerid, 11, DIALOG_STYLE_MSGBOX, "Server Credits" , string,".:OK:.", ".:Cancel:.");
return 0;
}
return 1;
}