need help with this
#4

pawn Код:
dcmd_setvip(playerid, params[])
{
    // ...
    if(sscanf(params, "ud", giveplayerid, level))return SendClientMessage(playerid, COLOR_RED, "Usage: /setvip [Playerid/Partname] [Level]");
    // ...
    return 1;
}
It's actually very easy to convert commands from dcmd to ZCMD. Just replace (Ctrl + H) "dcmd_" with "CMD:" and remove the OnPlayerCommandText callback. You're done!
Reply


Messages In This Thread
need help with this - by Acres - 04.01.2014, 14:25
Re: need help with this - by jtemple042996 - 04.01.2014, 14:35
Re: need help with this - by Acres - 04.01.2014, 15:09
Re: need help with this - by Konstantinos - 04.01.2014, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)