SA-MP Forums Archive
/veh commad - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /veh commad (/showthread.php?tid=108193)



/veh commad - wanTedh - 12.11.2009

sombody can o give me a comand to create cars or a fs car creator pls!


Re: /veh commad - Pho3niXx - 12.11.2009

there is a Search button right up here !


Re: /veh commad - wanTedh - 12.11.2009

i need a FS i i dont found!


Re: /veh commad - retart441 - 12.11.2009

I searched and found one good luck!


Re: /veh commad - wanTedh - 12.11.2009

i dont found nothing please leave a link


Re: /veh commad - Haji - 12.11.2009

Quote:

if(strcmp(cmd, "/veh", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(!IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!");
return 1;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]");
return 1;
}
new car;
car = strval(tmp);
if(car < 400 || car > 611) { SendClientMessage(playerid, COLOR_GREY, " Vehicle Number can't be below 400 or above 611 !"); return 1; }
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]");
return 1;
}
new color1;
color1 = strval(tmp);
if(color1 < 0 || color1 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126 !"); return 1; }
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]");
return 1;
}
new color2;
color2 = strval(tmp);
if(color2 < 0 || color2 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126 !"); return 1; }
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid, X,Y,Z);
new carid = CreateVehicle(car, X,Y,Z, 0.0, color1, color2, 60000);
format(string, sizeof(string), " Vehicle %d spawned.", carid);
SendClientMessage(playerid, COLOR_GREY, string);
}
return 1;
}




Re: /veh commad - wanTedh - 12.11.2009

fs nobody have?


Re: /veh commad - retart441 - 12.11.2009

The guy above just posted a code.


Re: /veh commad - Aur0nX390 - 12.11.2009

Search for an admin FilterScript, and you'll find one i'm sure...


Re: /veh commad - GaGlets(R) - 12.11.2009

I dont want to reklam any scripts but you sould look under any profiles.. maybe there is something written about it...

An yeah there is serach button.. try to writhe there /car /getcar etc...



LOOK
l
l
\/