Error
#3

You probably edited nothing, just copy pasted his code again...
Try this, ManGoe:
pawn Код:
if(PInfo[playerid][AdminLevel] > 0) { format(string, sizeof(string), "You have authorized as a level %d administrator.", PInfo[playerid][AdminLevel]); SendClientMessage(playerid, COLOR_SECURITY, string); }
        if(JustRegistered[playerid] == 0) { format(string, sizeof(string), "{FFFFFF}Welcome back to the Life of Flying, {1B8AE4}%s{FFFFFF}", PlayerName(playerid)), SendClientMessage(playerid, COLOR_MESSAGE, string); }
        PInfo[playerid][Online] = 1;
        YourOnline(playerid);
        CanAdvertiseAgain[playerid] = 1;
        if(PInfo[playerid][Airline] > 0)
        {
            format(string,sizeof(string),"AMOTD: %s | Set by: %s", AInfo[PInfo[playerid][Airline]][aMotd], AInfo[PInfo[playerid][Airline]][aMotdSetBy]);
            SendClientMessage(playerid, COLOR_YELLOW, string);
        }
        new motdstring[256];
        format(motdstring,sizeof(motdstring),"MOTD: %s | Set by: %s", ServerMOTD, ServerMOTDSetBy);
        SendClientMessage(playerid, COLOR_YELLOW, motdstring);
        if(PInfo[playerid][CallsignSet] == 0)
        {
            new msg[64];
            format(msg,sizeof(msg),"LoF");
            strmid(PInfo[playerid][Callsign], msg, 0, strlen(msg), 64);
            PInfo[playerid][CallsignSet] = 1;
        }

    }
Reply


Messages In This Thread
Error - by ManGoe - 18.09.2014, 05:07
Re: Error - by shourya12 - 18.09.2014, 06:07
Re: Error - by biker122 - 18.09.2014, 06:22
Re: Error - by ManGoe - 18.09.2014, 06:27
Re: Error - by biker122 - 18.09.2014, 06:35
Re: Error - by ManGoe - 18.09.2014, 06:46
Re: Error - by biker122 - 18.09.2014, 07:08
Re: Error - by ManGoe - 18.09.2014, 07:25

Forum Jump:


Users browsing this thread: 1 Guest(s)