19.05.2012, 18:36
(
Последний раз редактировалось Bread; 19.05.2012 в 19:11.
Причина: Updating errors
)
PHP код:
//Random Messages
new randomMessages[][] =
{
"[Evolution Gaming] Hello, Welcome to the community! Founded by Evan!",
"[Evolution Gaming] Chat with us on Teamspeak:ts30.gameservers.com:9198",
"[Evolution Gaming] Sign up and register at http://gaming-space.net!",
}
SetTimer("randomMessages", 60000, true);
forward RandomMessages();
public RandomMessages()
{
}
forward RandomMessages();
public RandomMessages()
{
new randomMsg = random(sizeof(randomMessages));
SendClientMessageToAll(COLOR_YELLOW , randomMessages[randomMsg]);
}
PHP код:
C:\Users\Lee\Desktop\E-RPv0.1\gamemodes\E-RPv0.1.pwn(450) : error 029: invalid expression, assumed zero
C:\Users\Lee\Desktop\E-RPv0.1\gamemodes\E-RPv0.1.pwn(457) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
