31.07.2013, 10:34
Hello..
Im seen in forum a program (SA:MP chat, for andoid..) this program is i dont know how to created, but I have a similar need.
Im created a SA:MP server laucher, and I want to see if someone is connected to the same server will be assigned the "onplayerconnect" with a distinction.
For example, if with my program is connected to my server:
If without the server connecter:
I hope I was clear, the translation by translate.******.com!
Im seen in forum a program (SA:MP chat, for andoid..) this program is i dont know how to created, but I have a similar need.
Im created a SA:MP server laucher, and I want to see if someone is connected to the same server will be assigned the "onplayerconnect" with a distinction.
For example, if with my program is connected to my server:
Code:
SendClientMessage(playerid, -1, "Welcome to my server!"); GivePlayerMoney(playerid, 500);
Code:
SendClientMessage(playerid, -1, "Welcome to my server!");