[Include] Tuninggarage
#1

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
Reply


Messages In This Thread
Tuninggarage - by IPrototypeI - 02.01.2013, 11:11
Re: Tuninggarage - by Kenway - 02.01.2013, 11:21
AW: Re: Tuninggarage - by IPrototypeI - 02.01.2013, 11:54
Re : Tuninggarage - by XDamienX007 - 02.01.2013, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)