Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] Server - Unkown

 
  • 0 Vote(s) - 0 Average
Pawn Server - Unkown
Trhzexe
Offline

Burgershot Member
Posts: 2
Threads: 1
Joined: Mar 2021
Reputation: 0
Location: Slovakia
#1
2021-03-07, 12:38 PM (This post was last modified: 2021-03-07, 01:29 PM by Trhzexe.)
Hello, I would like to ask, why does the server suit me with an unknown server?
Trhzexe
Offline

Burgershot Member
Posts: 2
Threads: 1
Joined: Mar 2021
Reputation: 0
Location: Slovakia
#2
2021-03-07, 12:41 PM
I used this :

#include <sampcac>

#pragma unused CAC_INCLUDE_PATCH
#pragma unused CAC_INCLUDE_MAJOR
#pragma unused CAC_INCLUDE_MINOR

stock PlayerName(playerid)
{
new target_name[MAX_PLAYER_NAME];
GetPlayerName(playerid,target_name,MAX_PLAYER_NAME);
return target_name;
}

public OnPlayerConnect(playerid)
{
new string[128];
format(string, sizeof(string), "%s has joined the server with sampcac.", PlayerName(playerid));
if (CAC_GetStatus(playerid))
SendClientMessageToAll(-1, string);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
new String[64],
Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
format(String, sizeof String, "{A9A9A9}%s connect the server.",Name);
SendClientMessageToAll(-1, String);
}
destiezk
Offline

Burgershot Member
Posts: 41
Threads: 1
Joined: Feb 2021
Reputation: 3
Location: Hungary
#3
2021-03-07, 01:30 PM
I told you on Discord.
Y_Less
Offline

Administrator

Posts: 323
Threads: 16
Joined: Feb 2019
Reputation: 90
#4
2021-03-07, 02:30 PM
@destiezk Discord is not a good place to tell people things, and an even worse place to refer people for historical information, because it is real-time. Putting it in a forum is far better for searching and locality. An answer like this can get lost in a stream of other conversations, and is almost impossible to search for afterwards (especially by others who may have the same issue). So please, if you have an answer, share it here.
destiezk
Offline

Burgershot Member
Posts: 41
Threads: 1
Joined: Feb 2021
Reputation: 3
Location: Hungary
#5
2021-03-07, 05:40 PM
(2021-03-07, 02:30 PM)Y_Less Wrote: @destiezk Discord is not a good place to tell people things, and an even worse place to refer people for historical information, because it is real-time.  Putting it in a forum is far better for searching and locality.  An answer like this can get lost in a stream of other conversations, and is almost impossible to search for afterwards (especially by others who may have the same issue).  So please, if you have an answer, share it here.

Hey, don’t get me wrong, he’s my friend, he just never posted something like this on forums, so he decided to try it.
Y_Less
Offline

Administrator

Posts: 323
Threads: 16
Joined: Feb 2019
Reputation: 90
#6
2021-03-10, 02:07 AM
I didn't say anything about friendliness, I said don't direct people to useless locations for solutions. Post it here.
« 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