Need a little help.
Am I doing this right, cause when I connect to server I don't see text.
Code:
// -cLuBz- |
It is probably printing it when the map changes and the very first round starts, and that could be the reason that you aren't seeing it :).
|
Anyway to change that?
|
you could use client_putinserver() which is called _after_ client_connect()...
Also, you could use a set_task() to delay the printing of your text a few seconds.. Code:
|
Code:
// -cLuBz- /home/users/amxmodx/tmp/phpaFp0Sw.sma(16) : warning 217: loose indentation /home/users/amxmodx/tmp/phpaFp0Sw.sma(20) : error 017: undefined symbol "sid" /home/users/amxmodx/tmp/phpaFp0Sw.sma(20) : warning 215: expression has no effect /home/users/amxmodx/tmp/phpaFp0Sw.sma(20) : error 001: expected token: ";", but found "]" /home/users/amxmodx/tmp/phpaFp0Sw.sma(20) : error 029: invalid expression, assumed zero /home/users/amxmodx/tmp/phpaFp0Sw.sma(20) : fatal error 107: too many error messages on one line |
Oooops.. my bad.. I should've tried compiling it first... :P
Code:
If you get loose indentation warnings it is okay, not that important, but if you don't want the warnings and cant find the problem in your code, then just put this at the top of your code: #pragma tabsize 0 Hope that helps.. |
Yes it works! thanks.
|
| All times are GMT -4. The time now is 14:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.