Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: Jancis_LV on January 16, 2010, 05:50:47 PM

Title: Help me someone with pawn script.
Post by: Jancis_LV on January 16, 2010, 05: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?
Title: Re: Help me someone with pawn script.
Post by: Boss on January 16, 2010, 05:59:47 PM
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.
Title: Re: Help me someone with pawn script.
Post by: Jancis_LV on January 16, 2010, 06:43:41 PM
How to make driveonwater, shootinair, stuntbike, flycar a.o commands woring only for admin?
Title: Re: Help me someone with pawn script.
Post by: Boss on January 16, 2010, 06:55:58 PM
Add IsPlayerAdmin check like

if(IsPlayerAdmin(playerid)){
    // Commands here.
}
Title: Re: Help me someone with pawn script.
Post by: Jancis_LV on January 17, 2010, 02:01:11 PM
Someone has deposit and withdrew bank scripts?