Not working command
#1

Код:
if (!strcmp("/coords", cmdtext, true))
 	{
 	  new string[128];
 		new	Float:X, Float:Y, Float:Z;
		GetPlayerPos(playerid, X, Y, Z);
		format(string,sizeof(string),"(GPS) Coordinates: %f, %f", Float:X, Float:Y);
		SendClientMessage(playerid, COLOR_LIME, string);
		return 1;
 	}
The message doesn't shows up :/. Can someone help meh?
Reply


Messages In This Thread
Not working command - by Hot - 16.01.2010, 15:41
Re: Not working command - by Doppeyy - 16.01.2010, 15:43
Re: Not working command - by Hot - 16.01.2010, 15:45
Re: Not working command - by MadeMan - 16.01.2010, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)