/bike command
#2

pawn Код:
if(strcmp(cmdtext, "/bike", true) == 0)
{
  new Float:x, Float:y, Float:z, Float:a;
  GetPlayerPos(playerid, x, y, z);
  GetPlayerFacingAngle(playerid, a);
  CreateVehicle(481, x, y, z+5, a, 1, 1, 10000);
  SendClientMessage(playerid, color, "BMX spawned!");
  return 1;
}
Reply


Messages In This Thread
/bike command - by sggassasin - 30.06.2009, 09:23
Re: /bike command - by Grim_ - 30.06.2009, 09:26
Re: /bike command - by refshal - 30.06.2009, 09:28
Re: /bike command - by sggassasin - 30.06.2009, 09:32
Re: /bike command - by Abernethy - 30.06.2009, 09:33
Re: /bike command - by Grim_ - 30.06.2009, 09:34
Re: /bike command - by sggassasin - 30.06.2009, 09:34
Re: /bike command - by refshal - 30.06.2009, 09:35
Re: /bike command - by Grim_ - 30.06.2009, 09:37
Re: /bike command - by Abernethy - 30.06.2009, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)