24.03.2012, 14:16
Quote:
now this error:
Код:
C:\Users\Ghost\Desktop\Next Generation Roleplay\gamemodes\CCRP-Update.pwn(14840) : error 029: invalid expression, assumed zero C:\Users\Ghost\Desktop\Next Generation Roleplay\gamemodes\CCRP-Update.pwn(14840) : error 001: expected token: ")", but found "new" C:\Users\Ghost\Desktop\Next Generation Roleplay\gamemodes\CCRP-Update.pwn(14840) : error 003: declaration of a local variable must appear in a compound block C:\Users\Ghost\Desktop\Next Generation Roleplay\gamemodes\CCRP-Update.pwn(14840) : fatal error 107: too many error messages on one line Код:
else if(type == TYPE_TPDRUGRUNTIMER) { if(GetPVarInt(playerid, "tpDrugRunTimer") > 0) { SetPVarInt(playerid, "tpDrugRunTimer", GetPVarInt(playerid, "tpDrugRunTimer")-1); SetTimerEx("OtherTimerEx", 1000, false, "ii", playerid, TYPE_TPDRUGRUNTIMER); } } |