SA-MP Forums Archive
Urgent help please, +rep ! - 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: Urgent help please, +rep ! (/showthread.php?tid=392521)



Urgent help please, +rep ! - ShakyShadow4Ever - 14.11.2012

Hello to everyone!
Every gamemode i try to use ,even the defaults from sa-mp.com
When i type a freaking command (ex: /help) or anything
it just doesn't shows NOTHING up.
Help me please , what should i do?
+REP IF UU HELP ME!


Re: Urgent help please, +rep ! - Alex Magaсa - 14.11.2012

did you put plugins?? on server.cfg ( plugins streamer audio whirlpool etc)?


Re : Urgent help please, +rep ! - huseyin64 - 14.11.2012

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/help", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: This is the /help command!");
        return 1;
        // Returning 1 informs the server that the command has been processed.
        // OnPlayerCommandText won't be called in other scripts.
    }
    return 0;
    // Returning 0 informs the server that the command hasn't been processed by this script.
    // OnPlayerCommandText will be called in other scripts until one returns 1.
    // If no scripts return 1, the 'SERVER: Unknown Command' message will be shown.
}



Re: Urgent help please, +rep ! - Mustafa6155 - 14.11.2012

Open U GM and see u include.
Then go to ****** and copy the name's
and add plugins sscanf steamer what there in u include stands
if u dont have an line for plugins make one.
filterscripts here under
plugins streamer sscanf etc.
Helped REP?


And What u actualy use strmp ZCMD or other...


Re: Urgent help please, +rep ! - ShakyShadow4Ever - 14.11.2012

1. I use strcmp
2. No i don't have any plugins ( putting now )
3. Thanks for help! i'll rep u guys!
EDIT:There is my SERVER (RAR) so please help me , putting the plugins didn't help me out =(.
LINK: http://www.4shared.com/rar/NVURCGbC/RADM01.html?
(COMMANDS DONT WORK FOR EVERY GAMEMODE I TRY) it just leaves blank after i type ex: /ban.