how to fix this error in the gamemode
#4

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;
}
Reply


Messages In This Thread
how to fix this error in the gamemode - by ReD_DeVi - 22.06.2014, 07:37
Re: how to fix this error in the gamemode - by Rittik - 22.06.2014, 07:39
Re: how to fix this error in the gamemode - by ReD_DeVi - 22.06.2014, 07:44
Re: how to fix this error in the gamemode - by ReD_DeVi - 22.06.2014, 07:49
Re: how to fix this error in the gamemode - by Rittik - 22.06.2014, 08:00
Re: how to fix this error in the gamemode - by ReD_DeVi - 22.06.2014, 08:03
Re: how to fix this error in the gamemode - by Youssef214 - 22.06.2014, 08:04
Re: how to fix this error in the gamemode - by ReD_DeVi - 22.06.2014, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)