27.07.2009, 03:23
a command like teleport or text ill show u both
Teleport:
----------
Text:
-------------
u can add as many as u want aslong as u use }{ and on send message to just add SendClientMessage( est under to give a new line on that command
Teleport:
----------
Код:
if( !strcmp(cmdtext,"/Drift1",true )) { SetPlayerPos(playerid, -274.9351,1535.3416,75.3594); SendClientMessage(playerid,COLOR_GREEN, "Welcome To drift1"); return 1;
-------------
Код:
{ if (strcmp("/text", cmdtext, true, 10) == 0) { SendClientMessage(playerid,0xAA3333A,"Text"); return 1;