SA-MP Forums Archive
Lines arent appearing.. - 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: Lines arent appearing.. (/showthread.php?tid=386401)



Lines arent appearing.. - Kevin FOx - 20.10.2012

pawn Код:
if(sscanf(params, "ui", playerb, faction))
    {
        SendClientMessage(playerid, COLOR_WHITE, "USAGE: /makeleader [playerid] [factionid]");
        SendClientMessage(playerid, COLOR_GREY, "FACTIONS: 0) Civilian | 1) LSPD | 2) Government | 3) Hitman Agency | 4) News Agency | 5) LSFMD");
        SendClientMessage(playerid, COLOR_GREY, "FACTIONS: 6) NG | 7) FBI");
        return 1;
    }
Have the same proplem in this too..

Not appearing except this

pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "USAGE: /makeleader [playerid] [factionid]");
        SendClientMessage(playerid, COLOR_GREY, "FACTIONS: 6) NG | 7) FBI");
Helpme ..


Re: Lines arent appearing.. - Kevin FOx - 20.10.2012

nvm close it, fixed.....