Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] TSConnector and some other fce

 
  • 0 Vote(s) - 0 Average
Pawn TSConnector and some other fce
Ardenis
Offline

Burgershot Member
Posts: 1
Threads: 1
Joined: Jan 2021
Reputation: 0
#1
2021-01-20, 06:46 PM (This post was last modified: 2021-01-20, 06:55 PM by Ardenis.)
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
Radical
Offline

Burgershot Member
Posts: 148
Threads: 21
Joined: Dec 2020
Reputation: 16
#2
2021-01-20, 11:11 PM
Post there
https://github.com/maddinat0r/samp-tsconnector/issues
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode