09.03.2011, 08:39
i am getting this
Script
pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(36) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
#define MUTE_TIME \
(3)
#define S_To_MS(%0) \
(%0 * 1000)
if(GetPVarInt(playerid, "SpamInterval") > GetTickCount()) return SendClientMessage(playerid, 0xFFFFBBBB, ">> Anti-Spam: Wait 3 seconds to talk again."), 0;
SetPVarInt(playerid, "SpamInterval", GetTickCount() + S_To_MS(MUTE_TIME));