Hello everyone today I want to present you my Tuninggarage include.
if someone need an universal command to test it to spawn vehicles here is one too:
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;
}
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