error scipts
#1

Код:
./includes/functions.pwn(5815) : error 001: expected token: ":", but found "`"
./includes/functions.pwn(5815) : error 029: invalid expression, assumed zero
./includes/functions.pwn(5820) : error 001: expected token: ",", but found "`"
./includes/functions.pwn(5820) : error 029: invalid expression, assumed zero
./includes/functions.pwn(5820) : error 029: invalid expression, assumed zero
./includes/functions.pwn(5820) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
Код:
Код:
case TYPE_TPTRUCKRUNTIMER:
		{
			if(GetPVarInt(playerid, "tpTruckRunTimer") > 0)
			{
				SetPVarInt(playerid, "tpTruckRunTimer", GetPVarInt(playerid, "tpTruckRunTimer")-1);
				SetTimerEx("OtherTimerEx", 1000, false, "ii", playerid, TYPE_TPTRUCKRUNTIMER);
			}
		}
EROOR
Код:
SetTimerEx("OtherTimerEx", 1000, false, "ii", playerid, TYPE_TPTRUCKRUNTIMER);
Reply
#2

try
PHP код:
SetTimerEx("OtherTimerEx"1000false"i"playeridTYPE_TPTRUCKRUNTIMER); 
"I" stand for integer already just 1 enough I think anyway TYPE_TPTRUCKRUNTIMER code or variable Required
Reply
#3

can you show me line before
Код:
case TYPE_TPTRUCKRUNTIMER:
Reply
#4

Quote:
Originally Posted by colonel-top
Посмотреть сообщение
try
PHP код:
SetTimerEx("OtherTimerEx"1000false"i"playeridTYPE_TPTRUCKRUNTIMER); 
"I" stand for integer already just 1 enough I think anyway TYPE_TPTRUCKRUNTIMER code or variable Required
there is playerid
Reply
#5

Yea, people should really remember that this dude is constantly asking for help on a stolen script...
Reply
#6

Try SetPVarInt(playerid, "tpTruckRunTimer", GetPVarInt(playerid, "tpTruckRunTimer"),-1);
Reply
#7

Quote:
Originally Posted by Nin9r
Посмотреть сообщение
Try
Refer to my previous statement...
Reply
#8

thanks all
Reply
#9

Quote:
Originally Posted by skiplovebra
Посмотреть сообщение
thanks all
You should take note, that asking for support on that stolen script, isn't going to work out long term.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)