/saveloc command needed
#2

pawn Код:
#include <zcmd> //Sorry, I just don't feel like using anything else :<

CMD:saveloc(playerid, params[])
{
       new Float:X, Float:Y, Float:Z;
       GetPlayerPos(playerid, X, Y, Z);
       new string[128];
       format(string, sizeof(string), "Your current positions are: X = %d Y = %d Z = %d", X, Y, Z);
       SendClientMessage(playerid, 0xFF0000FF, string);
       return 1;
}
Reply


Messages In This Thread
/saveloc command needed - by Team_PRO - 08.07.2014, 10:19
Re: /saveloc command needed - by Cena44 - 08.07.2014, 10:34
Re: /saveloc command needed - by Team_PRO - 08.07.2014, 10:41
Re: /saveloc command needed - by BroZeus - 08.07.2014, 10:44
Re: /saveloc command needed - by thimo - 08.07.2014, 10:44
Re: /saveloc command needed - by Cena44 - 08.07.2014, 10:45
Re: /saveloc command needed - by Team_PRO - 08.07.2014, 10:47
Re: /saveloc command needed - by Team_PRO - 08.07.2014, 10:51
Re: /saveloc command needed - by Sawalha - 08.07.2014, 11:30
Re: /saveloc command needed - by KayJ - 08.07.2014, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)