CMD help?
#1

Hello can someone help me make a zcmd that when I type /alounge I get tped there please?
This is where I want the location to be :/
Код:
AddPlayerClass(290,493.3492,-22.2997,1000.6797,5.6401,0,0,0,0,0,0); // spawnpoint
Please help me out guys
Reply
#2

pawn Код:
SetPlayerPos(playerid, 493.3492,-22.2997,1000.6797);
  SetPlayerFacingAngle(playerid,  5.6401);
these are the functions
and now the command
pawn Код:
CMD:alounge(playerid, params[])
{
   SetPlayerPos(playerid, 493.3492,-22.2997,1000.6797);
   SetPlayerFacingAngle(playerid,  5.6401);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)