Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Jancis_LV on January 16, 2010, 07:50:47 pm
-
1. Is possible to make !stats command what shows Kills - Death - Ratio?
2. Are any way to disable /c wep code?
3. How to make marker on map?
-
1. Yes. Store kills and deaths in two arrays and output them upon entering the command.
2. Yes. Just delete it.
3. There is no such function yet.
-
How to make driveonwater, shootinair, stuntbike, flycar a.o commands woring only for admin?
-
Add IsPlayerAdmin check like
if(IsPlayerAdmin(playerid)){
// Commands here.
}
-
Someone has deposit and withdrew bank scripts?