Jump to content

[HLEDAM] FS-Car spawner


BELZI

Recommended Posts

Je to taký FS, keď sa napíše do chatu napríklad názov auta, vytvorí sa. Nemá niekto niečo také?? Viem že tu také sú, ale sú nefunkčné. Díky

Link to comment
Share on other sites

Zkus si udělat sám ...

 

dám ti jeden příklad

 

if(strcmp(cmdtext,"/auto NRG-500",true)==0)
{
new Float:x,Float:y,Float:z,Float:a;
GetPlayerPos(playerid,x,y,z);
AddStaticVehicle(522,x+3,y,z,a,0,0);
return true;
}

AddStaticVehicle

GetPlayerPos

Seznam všech aut

 

Zkus ti, bude ti to fungovat

toho x+3 si nevšímej, to jen spawner auto o +3 pozice X

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...