how to print(""); playername, coords of player where used command?
#2

pawn Код:
new
    name[MAX_PLAYER_NAME], Float:pos[3];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
printf("name:%s, posX:%f, posY:%f, posZ:%f", name, pos[0], pos[1], pos[2]);
Reply


Messages In This Thread
how to print(""); playername, coords of player where used command? - by hardstop - 21.04.2010, 16:15
Re: how to print(""); playername, coords of player where used command? - by Correlli - 21.04.2010, 16:18
Re: how to print(""); playername, coords of player where used command? - by hardstop - 21.04.2010, 16:19
Re: how to print(""); playername, coords of player where used command? - by DJDhan - 21.04.2010, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)