How can i spawn a nrg with cmd
#3

pawn Код:
if(!strcmp(cmdtext,"/nrg",true))
{
  new
    Float:x,
    Float:y,
    Float:z,
  GetPlayerPos(playerid,x,y,z);
  CreateVehicle(522,x,y,z,0.0,0,0,-1);
  return 1;
}
Reply


Messages In This Thread
How can i spawn a nrg with cmd - by Battlaman - 09.05.2009, 19:36
Re: How can i spawn a nrg with cmd - by Weirdosport - 09.05.2009, 19:40
Re: How can i spawn a nrg with cmd - by MenaceX^ - 09.05.2009, 19:40
Re: How can i spawn a nrg with cmd - by Battlaman - 09.05.2009, 19:45
Re: How can i spawn a nrg with cmd - by Klutty - 09.05.2009, 19:53
Re: How can i spawn a nrg with cmd - by Battlaman - 10.05.2009, 12:07
Re: How can i spawn a nrg with cmd - by MenaceX^ - 10.05.2009, 12:12
Re: How can i spawn a nrg with cmd - by Klutty - 10.05.2009, 13:27

Forum Jump:


Users browsing this thread: 1 Guest(s)