Home
Help
Search
Login
Register
Vice City Multiplayer
»
VC:MP 0.3
»
mIRC/pawn Scripting
(Moderators:
Simon
,
kenny01
) »
Help me someone with pawn script.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Help me someone with pawn script. (Read 3102 times)
0 Members and 1 Guest are viewing this topic.
Jancis_LV
Street Thug
Posts: 37
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?
Logged
Latvian Vice City server
78.84.47.75:5192
Boss
VC:MP Beta Tester (inactive)
Made Man
Posts: 229
Boss
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.
Logged
Jancis_LV
Street Thug
Posts: 37
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?
Logged
Latvian Vice City server
78.84.47.75:5192
Boss
VC:MP Beta Tester (inactive)
Made Man
Posts: 229
Boss
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.
}
Logged
Jancis_LV
Street Thug
Posts: 37
Re: Help me someone with pawn script.
«
Reply #4 on:
January 17, 2010, 04:01:11 pm »
Someone has deposit and withdrew bank scripts?
Logged
Latvian Vice City server
78.84.47.75:5192
Print
Pages: [
1
]
« previous
next »
Vice City Multiplayer
»
VC:MP 0.3
»
mIRC/pawn Scripting
(Moderators:
Simon
,
kenny01
) »
Help me someone with pawn script.