SA-MP Forums Archive
[HELP] Cmd /carpark - 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: [HELP] Cmd /carpark (/showthread.php?tid=102137)



[HELP] Cmd /carpark - mextres - 13.10.2009

Hello to all,

I have the FS of carmod and I would add the command of /carpark. I have tried of all the forms that I and it has not gone out for me.
I ask please that someone me does. Thank you.

Here I leave the pastebin:
http://pastebin.com/f6257caf3


Re: [HELP] Cmd /park - woot - 13.10.2009

Quote:

* Unknown post id, it may have expired or been deleted




Re: [HELP] Cmd /park - mextres - 13.10.2009

sorry is this http://pastebin.com/f6257caf3


Re: [HELP] Cmd /park - mextres - 14.10.2009

Can you help please? It is urgent ...


Re: [HELP] Cmd /park - [HKS]dlegend - 14.10.2009

what is it you want a teleport to the park


Re: [HELP] Cmd /carpark - mextres - 14.10.2009

cmd to car park


Re: [HELP] Cmd /carpark - [HKS]dlegend - 14.10.2009

go to were the park is and do save then post the postion u got from it and il make the teleport for you


Re: [HELP] Cmd /carpark - mextres - 14.10.2009

No, there is so that when you put /carpark there always appears the car, but reset the cars.


Re: [HELP] Cmd /carpark - [HKS]dlegend - 14.10.2009

else if (strcmp("/park", cmd, true, 10) == 0)
{
if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid]))
{
GetVehiclePos(Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]);
GetVehicleZAngle(Carlist[playerid][Carid],Carlist[playerid][Rotation]);
SendClientMessage(playerid, COLOR_GREEN, "Saved car position!");
}
else { SendClientMessage(playerid, COLOR_GREY, "That is not your car!"); }
return 1;
}



Re: [HELP] Cmd /carpark - mextres - 15.10.2009

that command does not work for the pastebin fs, but thanks for trying