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:
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 .
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;
}
Download:
Pastebin:
http://pastebin.de/31982
Downloadlink:
http://www.file-upload.net/download-...uning.rar.html