SA-MP Forums Archive
[Include] Tuninggarage - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Tuninggarage (/showthread.php?tid=404213)



Tuninggarage - IPrototypeI - 02.01.2013

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 .

PHP код:
    if (strcmp("/veh"cmdtexttrue4) == 0){
        new 
fIDcaridFloat: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;
    } 
Pictures:
















Download:

Pastebin:
http://pastebin.de/31982

Downloadlink:
http://www.file-upload.net/download-...uning.rar.html


Re: Tuninggarage - Kenway - 02.01.2013

Amazing!


AW: Re: Tuninggarage - IPrototypeI - 02.01.2013

Quote:
Originally Posted by Kenway
Посмотреть сообщение
Amazing!
Thanks , but i changed the text into english in the include.
And i know that the text in this pictures 're writen in german and i know too that i have to write tuning with only one n


Re : Tuninggarage - XDamienX007 - 02.01.2013

I take it!
Good job, thanks!