Prototype base
#5

Code:
vehMapIcon(playerid){
          new currentveh;
          currentveh = GetPlayerVehicleID(playerid);
 
          new Float:vehx, Float:vehy, Float:vehz;
          GetVehiclePos(currentveh, vehx, vehy, vehz);
          CreateDynamicMapIcon(vehx, vehy, vehz, 1, 0, 0, 0, playerid, 100.0);
          return 1;


}
like that?
Reply


Messages In This Thread
Prototype base - by Vizi10 - 23.03.2019, 10:55
Re: Prototype base - by SymonClash - 23.03.2019, 10:57
Re: Prototype base - by Vizi10 - 23.03.2019, 11:07
Re: Prototype base - by Vizi10 - 23.03.2019, 14:49
Re: Prototype base - by ratxrat - 26.03.2019, 03:57
Re: Prototype base - by Ksenon - 26.03.2019, 05:48

Forum Jump:


Users browsing this thread: 1 Guest(s)