ID bug when i do /rob and playerid he say write ID
#3

Quote:
Originally Posted by MichealScript
Посмотреть сообщение
When i type /rob or /rape or /kidnap or every command that need ID player to do it he say type the ID of player.

what to do?
If you mean how to do it...

pawn Код:
YCMD:rape(playerid, params[], help)
{
    if(help) return SCM(playerid, COLOR_GREY, "Not supported");
   
    new pid;
    if(sscanf(params, "d", pid)) return SCM(playerid, -1, "USAGE: /rape [playerid]");
   
    // code goes here
   
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)