Some errors
#5

Quote:
Originally Posted by Jony_Cruze
Посмотреть сообщение
pawn Код:
C:\Users\Filip\Desktop\SERVER\gamemodes\rp.pwn(16242) : error 017: undefined symbol "sellerid"
C:\Users\Filip\Desktop\SERVER\gamemodes\rp.pwn(16236) : warning 203: symbol is never used: "senderid"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
By the way, you don't use senderid anywhere. Are you sure the the sellerid wasn't supposed to be the senderid?
Change:
pawn Код:
mysql_query(str, player_threads_alt[sellerid]);
to:
pawn Код:
mysql_query(str, player_threads_alt[senderid]);
Reply


Messages In This Thread
Some errors - by Jony_Cruze - 28.11.2013, 14:00
Re: Some errors - by xVIP3Rx - 28.11.2013, 14:09
Re: Some errors - by Konstantinos - 28.11.2013, 14:21
Re: Some errors - by Jony_Cruze - 28.11.2013, 14:42
Re: Some errors - by Konstantinos - 28.11.2013, 14:47
Re: Some errors - by Jony_Cruze - 28.11.2013, 14:53
Re: Some errors - by Konstantinos - 28.11.2013, 15:15
Re: Some errors - by Jony_Cruze - 28.11.2013, 16:05
Re: Some errors - by Konstantinos - 28.11.2013, 16:09
Re: Some errors - by Jony_Cruze - 28.11.2013, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)