[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
#2

Amazing!
Reply
#3

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
Reply
#4

I take it!
Good job, thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)