SA-MP Forums Archive
[HELP]: Car Command For Admin - 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]: Car Command For Admin (/showthread.php?tid=245077)



[HELP]: Car Command For Admin - [MKD]Max - 29.03.2011

Hello all i know thats im ask and need help to much but im realy need to help me guys! all is know admin script i have made one i have made car command to spawn cars! now when i spawn car who i can make the car i spawn from command to be from admins only mean if someone else want enter it tell him "this car is for admin only"
i know that you know guys ! please help please!


Re: [HELP]: Car Command For Admin - [MKD]Max - 29.03.2011

bump any help ??/ why no one help and all know how to dO!!!


Re: [HELP]: Car Command For Admin - iRemix - 29.03.2011

Bumping doesn't get you anywhere, patience is a virtue.


Re: [HELP]: Car Command For Admin - -Rebel Son- - 29.03.2011

pawn Код:
If(isPlayerAdmin(playerid)
{
stuff here
}
return 1;
}else return SendClientMessage(playerid,COLOR,"Not aloud");