[Ayuda]Bug zcmd
#1

Necesito ayuda ,mi server no reconoce ZCMD...

Asi tengo todo:
pawn Код:
#include <zcmd>
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
  if(!success)
{
    PlayerPlaySound(playerid,1054,0.0,0.0,0.0),
    SendClientMessage(playerid,COLOR_AMARILLO,"[ERROR]Comando incorrecto => [/comandos]");
}
return 1;
}

public OnPlayerCommandReceived ( playerid, cmdtext [ ] )
 {

return 1;
}

//comandos zcmd,etc
No me salen warnings,ni errors.Debe ir algo en OnPlayerCommandReceived?
Si es necesario paso todos los comandos :c
Hace dias estoy con este problema! Cuando digito un comando en el server
no sale nada ni "Server:Unkown Command" ayuda soy nuevo en zcmd
Reply


Messages In This Thread
[Ayuda]Bug zcmd - by lucotaku1 - 22.06.2014, 06:10
Respuesta: [Ayuda]Bug zcmd - by Swedky - 22.06.2014, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)