Command help
#1

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;
	}
Reply
#2

Have you tried this?
pawn Код:
if (strcmp(cmdtext,"/desertcoaster", true ) == 0 || strcmp(cmdtext,"/dc",true) == 0)
Reply
#3

tnx man you realy helped me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)