Scripting help
#9

Quote:

SRP.pwn(1262) : error 025: function heading differs from prototype

your "forward" differs from the "public", check if the arguments are identical.

Quote:

SRP.pwn(1646) : error 017: undefined symbol "INVALID_PLAYER_BAR_ID"

You have to define INVALID_PLAYER_BAR_ID before using it, i.e
PHP код:
#define INVALID_PLAYER_BAR_ID 0 
, but I dont know your code so I can't do it for you.

Quote:

SRP.pwn(4332) : error 017: undefined symbol "connection"
SRP.pwn(4332) : warning 215: expression has no effect
SRP.pwn(4332) : error 001: expected token: ";", but found ")"
SRP.pwn(4332) : error 029: invalid expression, assumed zero
SRP.pwn(4332) : fatal error 107: too many error messages on one line

Read up on wiki how to actually use the mysql_query function - HERE, with examples
Reply


Messages In This Thread
Scripting help - by Infinity001 - 30.11.2015, 21:45
Re: Scripting help - by Antonio144 - 30.11.2015, 22:16
Re: Scripting help - by Infinity001 - 01.12.2015, 21:18
Re: Scripting help - by CmZxC - 01.12.2015, 21:49
Re: Scripting help - by Infinity001 - 01.12.2015, 21:53
Re: Scripting help - by CmZxC - 01.12.2015, 21:56
Re: Scripting help - by Infinity001 - 01.12.2015, 21:56
Re: Scripting help - by Infinity001 - 01.12.2015, 21:58
Re: Scripting help - by CmZxC - 02.12.2015, 00:18
Re: Scripting help - by Infinity001 - 02.12.2015, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)