[Snippet]Efficient command
#2

a command like teleport or text ill show u both

Teleport:
----------
Код:
if( !strcmp(cmdtext,"/Drift1",true ))
	{
		SetPlayerPos(playerid, -274.9351,1535.3416,75.3594);
		SendClientMessage(playerid,COLOR_GREEN, "Welcome To drift1");
		return 1;
Text:
-------------
Код:
{
	if (strcmp("/text", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0xAA3333A,"Text");
		return 1;
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
Reply


Messages In This Thread
[Snippet]Efficient command - by yezizhu - 27.07.2009, 03:13
Re: [Snippet]Command - by [DD]FlameOFDeath - 27.07.2009, 03:23
Re: [Snippet]Command - by yezizhu - 27.07.2009, 03:27
Re: [Snippet]Command - by [DD]FlameOFDeath - 27.07.2009, 03:29
Re: [Snippet]Command - by yezizhu - 27.07.2009, 03:36
Re: [Snippet]Command - by [DD]FlameOFDeath - 27.07.2009, 03:38
Re: [Snippet]Command - by yezizhu - 27.07.2009, 12:13
Re: [Snippet]Command - by ғαιιοцт - 04.08.2009, 14:27
Re: [Snippet]Command - by yezizhu - 04.08.2009, 16:21
Re: [Snippet]Command - by ғαιιοцт - 04.08.2009, 16:22

Forum Jump:


Users browsing this thread: 7 Guest(s)