What I do wrong?
PHP Code:
What I do wrong ? In PAWN studio I have this erors: Code:
|
Re: What I do wrong?
Tip : forget some '{' in wybieranie() and the last 2 lines are not needed. You should be more rigorous.
|
Re: What I do wrong?
This is my first time ;)
PHP Code:
I have 3 Errors/home/groups/amxmodx/tmp3/textPBSxON.sma(70) : warning 217: loose indentation /home/groups/amxmodx/tmp3/textPBSxON.sma(82) : warning 217: loose indentation /home/groups/amxmodx/tmp3/textPBSxON.sma(85) : warning 217: loose indentation /home/groups/amxmodx/tmp3/textPBSxON.sma(85) : error 029: invalid expression, assumed zero /home/groups/amxmodx/tmp3/textPBSxON.sma(85) : error 004: function "plugin_precache" is not implemented /home/groups/amxmodx/tmp3/textPBSxON.sma(87) : warning 217: loose indentation /home/groups/amxmodx/tmp3/textPBSxON.sma(89) : error 001: expected token: "}", but found "-end of file-" |
Re: What I do wrong?
All function should be like :
My_Function() { } or My_Function() { } So, check all your functions and see if { or } are needed. |
| All times are GMT -4. The time now is 03:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.