• Welcome to Vice City Multiplayer.
 

Help me someone with pawn script.

Started by Jancis_LV, January 16, 2010, 05:50:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jancis_LV

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?
Latvian Vice City server
78.84.47.75:5192

Boss

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.

Jancis_LV

How to make driveonwater, shootinair, stuntbike, flycar a.o commands woring only for admin?
Latvian Vice City server
78.84.47.75:5192

Boss

Add IsPlayerAdmin check like

if(IsPlayerAdmin(playerid)){
    // Commands here.
}

Jancis_LV

Someone has deposit and withdrew bank scripts?
Latvian Vice City server
78.84.47.75:5192