18.02.2014, 08:51
Hi, I was today converting/compiling my script to 0.3z and I got these errors:
And here is my 103 Line and I Basically have some random messages there so, I just copied the whole section.
Look:
pawn Код:
F:\UP COMPUTER\AvT\gamemodes\avt.pwn(103) : error 029: invalid expression, assumed zero
F:\UP COMPUTER\AvT\gamemodes\avt.pwn(103) : error 008: must be a constant expression; assumed zero
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Look:
pawn Код:
new randomMessages[][] = //here, we're creating the array with the name "randomMessages"
{
"Want to Get Unlimited Ammo and More Weapons ? Buy VIP now! For More Info, Visit: ", //this is the text of your first message
"Type /help /cmds to Get More Info About Server!", //this is the text of your second message
"Please, do keep in mind that our Server Owner is: Speed.", //this is the text of your third message
"We have a 0 percent tolerancy of Hacking/Cheating. So, for your own good, Please do not use Hacks or Cheats.", //4th message
};