[HELP]zcmd
#1

it includes using the zcmd, as I post an error message instead of as in onplayercommandtext return 0;
Reply
#2

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, -1, "Command doesn't exist!");
    return 1;
}
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)