Urgent help please, +rep !
#1

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!
Reply
#2

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

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.
}
Reply
#4

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...
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)