Author Topic: Help me someone with pawn script.  (Read 2638 times)

0 Members and 1 Guest are viewing this topic.

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Help me someone with pawn script.
« 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?
Latvian Vice City server
78.84.47.75:5192

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: Help me someone with pawn script.
« Reply #1 on: January 16, 2010, 07: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.

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Re: Help me someone with pawn script.
« Reply #2 on: January 16, 2010, 08:43:41 pm »
How to make driveonwater, shootinair, stuntbike, flycar a.o commands woring only for admin?
Latvian Vice City server
78.84.47.75:5192

Offline Boss

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 229
  • Boss
    • View Profile
    • TDH Clan Site
Re: Help me someone with pawn script.
« Reply #3 on: January 16, 2010, 08:55:58 pm »
Add IsPlayerAdmin check like
Code: [Select]
if(IsPlayerAdmin(playerid)){
    // Commands here.
}

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Re: Help me someone with pawn script.
« Reply #4 on: January 17, 2010, 04:01:11 pm »
Someone has deposit and withdrew bank scripts?
Latvian Vice City server
78.84.47.75:5192