Quote:
Originally Posted by fysiks
This xy variable does NOTHING.
PHP Code:
public makestorm(id)
{
{
new xy[2]
xy[0] = random_num(0,2200)
xy[1] = random_num(0,2200)
Yep, that's the one.
|
Thank you for replies guys. Here are compiling errors:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Error: Number of arguments does not match definition on line 190
Error: Number of arguments does not match definition on line 193
2 Errors.
I checked
funcwiki and made suggested corrections but no luck so far
__________________