02.01.2013, 11:11
Hello everyone today I want to present you my Tuninggarage include.
The only thing you need is the streamer.inc and the plugin from incognito
https://sampforum.blast.hk/showthread.php?tid=102865
if someone need an universal command to test it to spawn vehicles here is one too:
But you need sscanf
.
Pictures:
![](http://www10.pic-upload.de/30.12.12/pmi41xhjh7mb.png)
![](http://www10.pic-upload.de/30.12.12/swhuyenwb9xz.png)
![](http://www10.pic-upload.de/30.12.12/yfgiyfczkef.png)
![](http://www10.pic-upload.de/30.12.12/53jjvftfxw35.png)
![](http://www7.pic-upload.de/30.12.12/hsbrqooi1ss.png)
![](http://www10.pic-upload.de/30.12.12/mke3a6iii4o1.png)
![](http://www7.pic-upload.de/30.12.12/dvzbvnrfmhky.png)
Download:
Pastebin:
http://pastebin.de/31982
Downloadlink:
http://www.file-upload.net/download-...uning.rar.html
The only thing you need is the streamer.inc and the plugin from incognito
https://sampforum.blast.hk/showthread.php?tid=102865
if someone need an universal command to test it to spawn vehicles here is one too:
But you need sscanf
![Cheesy](images/smilies/biggrin.png)
PHP код:
if (strcmp("/veh", cmdtext, true, 4) == 0){
new fID, carid, Float:Pos[3];
if(sscanf(cmdtext[5],"d",fID))return SendClientMessage(playerid,-1,"Benutze: /veh [Fahrzeugid]");
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
carid = CreateVehicle(fID,Pos[0],Pos[1],Pos[2],0.0,0,0,-1);
PutPlayerInVehicle(playerid,carid,0);
return 1;
}
![](http://www10.pic-upload.de/30.12.12/pmi41xhjh7mb.png)
![](http://www10.pic-upload.de/30.12.12/swhuyenwb9xz.png)
![](http://www10.pic-upload.de/30.12.12/yfgiyfczkef.png)
![](http://www10.pic-upload.de/30.12.12/53jjvftfxw35.png)
![](http://www7.pic-upload.de/30.12.12/hsbrqooi1ss.png)
![](http://www10.pic-upload.de/30.12.12/mke3a6iii4o1.png)
![](http://www7.pic-upload.de/30.12.12/dvzbvnrfmhky.png)
Download:
Pastebin:
http://pastebin.de/31982
Downloadlink:
http://www.file-upload.net/download-...uning.rar.html