Quote:
Originally Posted by iGetty
No that's fine.
This uses zcmd.
pawn Код:
CMD:help(playerid, params[]) { if(isnull(params))return SendClientMessage(playerid, -1, "Server: /radio [fresh/city/etc]"); if(!strcmp(params, "fresh", true)) { //your code here } if(!strcmp(params, "city", true)) { //your code here } return true; }
|
Do you can give to me good code for radio where just to add links for the radio but not with dialogs.. Im beginner in the Pawno and didn't know what to do...