Is This possible
#9

when i try it i get this

Код:
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(2122) : error 021: symbol already defined: "go"
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(19714) : error 028: invalid subscript (not an array or too many subscripts): "go"
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(19714) : warning 215: expression has no effect
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(19714) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(19714) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Marcus\My Documents\marcus server\gamemodes\shady.pwn(19714) : fatal error 107: too many error messages on one line
pawn Код:
public go(playerid)
{
Robbery(playerid);
}
line 19714

pawn Код:
go[playerid] = SetTimerEx("GoTimer", 30000, 0, "i", playerid);
Reply


Messages In This Thread
Is This possible - by [top_Shoter] - 21.07.2009, 03:35
Re: Is This possible - by Correlli - 21.07.2009, 03:38
Re: Is This possible - by [top_Shoter] - 21.07.2009, 03:55
Re: Is This possible - by Correlli - 21.07.2009, 03:57
Re: Is This possible - by [top_Shoter] - 21.07.2009, 03:58
Re: Is This possible - by Correlli - 21.07.2009, 04:02
Re: Is This possible - by [top_Shoter] - 21.07.2009, 04:04
Re: Is This possible - by Correlli - 21.07.2009, 04:04
Re: Is This possible - by [top_Shoter] - 21.07.2009, 04:10
Re: Is This possible - by Correlli - 21.07.2009, 04:15

Forum Jump:


Users browsing this thread: 1 Guest(s)