Error
#3

Those errors means that pawn cant read the code correctly because of a shitty placement of the code.

PHP код:
SendClientMessage(...)
    
SendClientMessage (...)//wrong 
PHP код:
SendClientMessage (...)
SendClientMessage (...)//correct 
another example goes

PHP код:
MyFunction(...)
SendClientMessage (...)
    
MySecondFunction(...)//wrong
return true
PHP код:
MyFunction(...)
SendClientMessage (...)
MySecondFunction(...)//correct
return true
Reply


Messages In This Thread
Error - by Electron123 - 10.04.2017, 12:25
Re: Error - by jasperschellekens - 10.04.2017, 12:31
Re: Error - by GangstaSunny. - 10.04.2017, 12:35
Re: Error - by Electron123 - 10.04.2017, 12:37
Re: Error - by jasperschellekens - 10.04.2017, 12:37
Re: Error - by GangstaSunny. - 10.04.2017, 12:41
Re: Error - by jasperschellekens - 10.04.2017, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)