[Ajuda] BUG
#1

fiz um comando para pegar moto mais tipo, da pra pegar varias vezes tem como por pra poder criar so uma?

codigo:

Quote:
Код:
  if(strcmp(cmdtext,"/m",true)==0) {
	GetPlayerPos(playerid, Xx,Yy,Zz);
	GetPlayerFacingAngle(playerid,Anglee);
	gINT = GetPlayerInterior(playerid);
	carro[playerid]=CreateVehicle(522, Xx+6,Yy,Zz+1, Anglee, random(127), random(127), -1);
	LinkVehicleToInterior(GetPlayerVehicleID(playerid),gINT);
    return 1;
  }
Reply


Messages In This Thread
BUG - by maxblaya01 - 03.09.2015, 21:08
Re: BUG - by BartWhite - 03.09.2015, 21:40
Re: BUG - by SepZ - 03.09.2015, 21:41
Re: BUG - by BartWhite - 03.09.2015, 21:43
Re: BUG - by SepZ - 03.09.2015, 21:45
Re: BUG - by maxblaya01 - 03.09.2015, 22:19
AW: BUG - by cicinho - 03.09.2015, 22:28
Re: AW: BUG - by maxblaya01 - 03.09.2015, 22:40
Re: BUG - by SepZ - 03.09.2015, 22:55
Re: BUG - by maxblaya01 - 03.09.2015, 23:02

Forum Jump:


Users browsing this thread: 1 Guest(s)