HELP - 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)
+--- Thread: HELP (
/showthread.php?tid=333627)
HELP -
3RoR - 12.04.2012
How to create,a car is parked in the park and to start driving for licenses you must type /licenses and to activate the player driving license,if the player isn't activated the driving licenses to not have entry to the car ho is parked in the park ?!?!?
Re: HELP -
Cjgogo - 12.04.2012
Really now,why are you asking always for the entire code,in stead of using Tutuorials section,WHY?Here:
pawn Код:
COMMAND:3ror(playerid,params[])
{
SendClientMessage(playerid,COLOR_RED,"Select a parking area(to be in San Andreas not in liberty City!!!)");
SendClientMessage(playerid,COLOR_RED,"Define a variable for player license(0 he has none,1 he has a license");
SendClientMessage(playerid,COLOR_RED,"Learn a command system and script the command!");
return 1;
}