Help all cmds buged
#6

Quote:
Originally Posted by Gogeta101
Посмотреть сообщение
How to fix it

Do you mean i should script like this ?? got it on wiki

PHP код:

public OnPlayerCommandText(playeridcmdtext[])
{
    if(!
strcmp(cmdtext"/me"true3)) // 3 is the length of /me
    
{
        if(!
cmdtext[3])return SendClientMessage(playerid0xFF0000FF"USAGE: /me [action]");
        new 
str[128];
        
GetPlayerName(playeridstrsizeof(str));
        
format(strsizeof(str), "* %s %s"strcmdtext[4]);
        
SendClientMessageToAll(0xFFFF00AAstr);
        return 
1;
    }
    return 
0;

Exactly.
Reply


Messages In This Thread
Help all cmds buged - by Gogeta101 - 28.08.2014, 19:11
Re: Help all cmds buged - by Gogeta101 - 28.08.2014, 19:26
Re: Help all cmds buged - by ThePhenix - 28.08.2014, 19:28
Re: Help all cmds buged - by Gogeta101 - 28.08.2014, 19:29
Re: Help all cmds buged - by jakejohnsonusa - 28.08.2014, 19:31
Re: Help all cmds buged - by ThePhenix - 28.08.2014, 19:32
Re: Help all cmds buged - by Gogeta101 - 28.08.2014, 19:33
Re: Help all cmds buged - by Gogeta101 - 28.08.2014, 20:34
Re: Help all cmds buged - by AlBullet - 29.08.2014, 00:30

Forum Jump:


Users browsing this thread: 1 Guest(s)