/z /y /x commands
#3


so this would work for /z right?
Код:
dcmd_x(playerid, p)
{
  new
      Float:x,
      Float:y,
      Float:z;
  if(!strlen(params))
    return SendClientMessage(playerid, 0xFFFF00FF, "USAGE: \"/z [positive or negative float]\"");
  GetPlayerPos(playerid, x, y, z);
  SetPlayerPos(playerid, x, y, z+p);
  return true;
}



I get this error


C:\PROGRA~1\ROCKST~1\GTASAN~1\GTAU-S~1.WIN\GAMEMO~1\UBERST~1.PWN(949) : warning 203: symbol is never used: "dcmd_x"
Reply


Messages In This Thread
/z /y /x commands - by [SW]thekillaer - 01.12.2009, 21:11
Re: /z /y /x commands - by LarzI - 01.12.2009, 21:27
Re: /z /y /x commands - by [SW]thekillaer - 01.12.2009, 22:07
Re: /z /y /x commands - by LarzI - 01.12.2009, 22:51
Re: /z /y /x commands - by Niixie - 02.12.2009, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)