[Include] [I-ZCMD]Improved ZCMD - Fastest Command Processor
#41

Hi, i have problems. "Server: Unkown Commands" how to change this text?

EDIT: Fixed.

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
 if(!success) return SendClientMessage(playerid, -1, "{FF0000}[ERROR]{FFFFFF} Error text.");
 return 1;
}
Reply
#42

Quote:
Originally Posted by Command
Посмотреть сообщение
Hi, i have problems. "Server: Unkown Commands" how to change this text?
PHP код:
CMD:test(playerid){
    if(!
IsPlayerAdmin(playerid)) return 0;
    
    return 
1;
}
public 
OnPlayerCommandPerformed(playeridcmdtext[], success){
    if(!
success) return SendClientMessage(playerid,-1,"bla bla bla");
    
    return 
1;

Reply
#43

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
PHP код:
CMD:test(playerid){
    if(!
IsPlayerAdmin(playerid)) return 0;
    
    return 
1;
}
public 
OnPlayerCommandPerformed(playeridcmdtext[], success){
    if(!
success) return SendClientMessage(playerid,-1,"bla bla bla");
    
    return 
1;

Thanks. +rep
Reply
#44

Is it possible to make this include compatible with accent characters? I mean like ő, й б, ь, ű characters? I know the older version which was published in 2008(9) is compatible with those characters.. what about this one? is it possible?
Reply
#45

but can someone explain me something now is izcmd only faster version of zcmd and how we can know it that it faster
Reply
#46

Quote:
Originally Posted by Deken
Посмотреть сообщение
but can someone explain me something now is izcmd only faster version of zcmd and how we can know it that it faster
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)