ShowPlayerNameTagForPlayer
#7

the bot won't spawn, also you not need it
I made a cmd ( of course for me ) to controle the bot/player from me
pawn Код:
if(!strcmp(cmd,"/botcmd",true))if(IsPlayerAdmin(playerid))
    {
        cmd =strtok(cmdtext,idx);
        if(!strlen(cmd) || !IsNumeric(cmd)) return scm(playerid,COLOR_WHITE,"( ! ) /botcmd <id> <cmd>");
        new id = strval(cmd);
        playerid = id;
        cmd = strtok(cmdtext,idx);
    }
add this in OnPlayerCommandText(playerid,cmdtext);
and you'll be able to controle like
pawn Код:
/botcmd 0 /hmask 2 // you typing
//server thinks player type like
/hmask 2
note: you should be login in rcon
Reply


Messages In This Thread
ShowPlayerNameTagForPlayer - by Robert West - 27.01.2013, 19:51
Re: ShowPlayerNameTagForPlayer - by mineralo - 27.01.2013, 19:56
Re: ShowPlayerNameTagForPlayer - by Roach_ - 27.01.2013, 19:58
Re: ShowPlayerNameTagForPlayer - by mineralo - 27.01.2013, 19:59
Re : ShowPlayerNameTagForPlayer - by Robert West - 27.01.2013, 20:10
Re: ShowPlayerNameTagForPlayer - by ikkentim - 27.01.2013, 20:13
Re: ShowPlayerNameTagForPlayer - by mineralo - 27.01.2013, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)