Help me
#2

Hello!

You get this warning when you have something like this:
PHP код:
SendClientMessage(playerid,-1,"This is a test message.");
      return 
1
This is wrong.

PHP код:
SendClientMessage(playerid,-1,"This is a test message.");
return 
1
That's correct.

Try to find this mistake.
Reply


Messages In This Thread
Help me - by Langky - 20.03.2017, 15:19
Re: Help me - by Mencent - 20.03.2017, 15:23
Re: Help me - by RyderX - 20.03.2017, 15:25

Forum Jump:


Users browsing this thread: 1 Guest(s)