open.mp forum
[Pawn] TSConnector and some other fce - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] TSConnector and some other fce (/showthread.php?tid=1565)



TSConnector and some other fce - Ardenis - 2021-01-20

Hey there

the TS_PokeClient function does not work correctly. When someone joins the game, they poke them ?

let's look at the code

Code:
public TSC_OnClientConnect (clientid, nickname [])
{
new str[50];
format(str, sizeof(str), "> %s (%d) has join to our ts3 server", nickname, clientid);
SendClientMessageToAll(-1, str);
TSC_SendClientMessage(clientid, "Yup, here it works");
TSC_PokeClient(clientid, "Welcome"); // But not here, it not poke him but idk why
return 1;
}

http://prntscr.com/xb40i1
https://github.com/maddinat0r/samp-tsconnector/releases


RE: TSConnector and some other fce - Radical - 2021-01-20

Post there

https://github.com/maddinat0r/samp-tsconnector/issues