20.03.2011, 18:41
you didnt put any command for that
example:
example:
Quote:
if(strcmp(cmdtext, "/licenses", true) == 0) { SendClientMessage(playerid,COLOR_YELLOW,"Type /gunlic for gun licenses."); SendClientMessage(playerid,COLOR_YELLOW,"Type /fishlic for fishing licenses."); SendClientMessage(playerid,COLOR_YELLOW,"Type /drivinglic for driving licenses."); return 1; } |