20.03.2009, 18:56
Like I know there is a command but I forgot what is was is it like /save or what? please help
|
Originally Posted by KurtKill
Like I know there is a command but I forgot what is was is it like /save or what? please help
|
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);
}