09.02.2014, 07:02
Quote:
Thanks
If I get some time ill work on the other casino games. About the download, its the source as a pastebin, ill upload the file, and update the thread, thanks |
EDIT
After setting it up I'm getting these errors:
Code:
C:\Users\AEROTA~1\Desktop\LS-RP\pawno\include\GrimCasino.inc(1172) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit") C:\Users\AEROTA~1\Desktop\LS-RP\pawno\include\GrimCasino.inc(1173) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect") C:\Users\Aerotactics' PC\Desktop\LS-RP\gamemodes\LS-RP.pwn(108) : error 017: undefined symbol "useDynamicObj" C:\Users\Aerotactics' PC\Desktop\LS-RP\gamemodes\LS-RP.pwn(108) : warning 215: expression has no effect C:\Users\Aerotactics' PC\Desktop\LS-RP\gamemodes\LS-RP.pwn(108) : error 001: expected token: ";", but found ")" C:\Users\Aerotactics' PC\Desktop\LS-RP\gamemodes\LS-RP.pwn(108) : error 029: invalid expression, assumed zero C:\Users\Aerotactics' PC\Desktop\LS-RP\gamemodes\LS-RP.pwn(108) : fatal error 107: too many error messages on one line
Code:
CreateCasinoMachine(CASINO_MACHINE_POKER,1565.4,-2330.8,13.2, 0, 0, 0, useDynamicObj=1);
EDIT 2
I fixed line 108 by removing "useDynamicObj=1" but I must point out the other errors to you.
EDIT 3
Anytime I try to join my server I'm DCed and this hasnt happened without the plugin. I'm gonna have to remove it for now until all the bugs are fixed. Keep me posted though!