23.09.2012, 12:38
how i can add like when i type /dc im teleported to desertcoaster and when i type /desertcoaster im also teleported to that place? here is command
Код:
if (strcmp(cmdtext,"/desertcoaster", true , 14) ==0) { SetPlayerPos(playerid,-282.6749,2633.1079,62.7912); new string[64], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string,sizeof string,"%s has joined /desertcoaster.",pName); SendClientMessageToAll(yellow,string); SendClientMessage(playerid,red,"Welcome To Desert Coaster"); return 1; }