27.07.2009, 19:57
im going to do it in bits im startin with the start commands ive got :
how would i make it so that instead of the brackets i have the name of who ever typed /startconvoy
Код:
if (strcmp("/startconvoy", cmdtext, true, 10) == 0) { SendClientMessage(playerid,COLOR_YELLOW,"(-----------) wants to start a convoy type /joinconvoy if you want to join them "); return 1; }