Search found 3 matches

by Genesis
Sat Oct 25, 2003 7:05 am
Forum: Scripting
Topic: Create a command
Replies: 1
Views: 132

there are already commands in mohaa to send private messages to players. only admins can realistically use them though cos they are the only ones who can find out client numbers..

these are some of the commands in mohaa, dunno why theres so many :? :

wisper <clientnum>
sayprivate <clientnum ...
by Genesis
Thu Oct 23, 2003 5:06 pm
Forum: Scripting
Topic: grenade ammo script
Replies: 4
Views: 213

ok so i need something like:
local.playernum = int(getcvar(sv_maxclients))

for(local.a = 1; local.a <= local.playernum; local.a++)
{
$player[local.a].weaponammocheck = 0
}
would that work?
by Genesis
Thu Oct 23, 2003 4:10 pm
Forum: Scripting
Topic: grenade ammo script
Replies: 4
Views: 213

grenade ammo script

im pretty new to this whole scripting thing but know how to program and ive run into some problems as im sure most new scripters do...especially without ea releasing proper documentation for mohaa :( . here is my code for a server side mod im making that will allow an admin to dynamically limit the ...