19.02.2015, 09:31
pawn Code:
CMD:telebycoord(playerid, params[])
{
new x,y,z;
if(sscanf(params, "iii", x, y, z))return SendClientMessage(playerid, 0xFF0000FF, "Usage: /telebycoord [X Pos] [Y Pos] [Z Pos]");
SetPlayerPos(playerid, x, y, z);
return 1;
}
Quote:
this is more like function then FS
anyway... pawn Code:
pawn Code:
|
C'mon, using integers instead of floats! Have you even compiled?