How do i find out coords
#5

or if you use your own server add this on OnPlayerCommandText
Код:
	if(strcmp(cmd, "/mypos", true) == 0)
	{
	new Float:x, Float:y, Float:z;
 	GetPlayerPos(playerid, x, y, z);
	new msg7[256];
	format(msg7, 256, "Your position is: %f,%f,%f.", x, y, z);
	SendClientMessage(playerid, COLOR_GREEN, msg7);
  }
and type in game /mypos
Reply


Messages In This Thread
How do i find out coords - by KurtKill - 20.03.2009, 18:56
Re: How do i find out coords - by harly - 20.03.2009, 18:57
Re: How do i find out coords - by MenaceX^ - 20.03.2009, 19:16
Re: How do i find out coords - by brett7 - 20.03.2009, 19:21
Re: How do i find out coords - by Selluliitti_mies - 21.03.2009, 16:22

Forum Jump:


Users browsing this thread: 2 Guest(s)