| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 193 online users. » 0 Member(s) | 190 Guest(s) Baidu, Bing, Google
|
| Latest Threads |
Help me for creating a fr...
Forum: General Discussions
Last Post: [Rs]VeNoM
Yesterday, 07:33 AM
» Replies: 0
» Views: 19
|
The server didn't respond...
Forum: Support
Last Post: richboY
2025-11-22, 10:51 AM
» Replies: 0
» Views: 27
|
error when joining server
Forum: Support
Last Post: sanved2008
2025-11-22, 09:02 AM
» Replies: 0
» Views: 25
|
Client issue with object
Forum: Support
Last Post: TheDoctor
2025-11-15, 08:00 PM
» Replies: 0
» Views: 84
|
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-11-15, 12:06 AM
» Replies: 0
» Views: 103
|
[Include] OpenGate (Abrir...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-11-13, 06:49 PM
» Replies: 0
» Views: 79
|
OpenGate (Open Proximity ...
Forum: Libraries
Last Post: Crazy_ArKzX
2025-11-13, 06:46 PM
» Replies: 0
» Views: 102
|
LS City Hall
Forum: Maps
Last Post: cosminupgaming
2025-11-12, 04:22 PM
» Replies: 3
» Views: 2,730
|
Crime Base
Forum: Maps
Last Post: cosminupgaming
2025-11-12, 04:19 PM
» Replies: 2
» Views: 1,287
|
GTA SA-MP Scripting: Issu...
Forum: General Discussions
Last Post: williamrhein
2025-11-12, 10:16 AM
» Replies: 0
» Views: 113
|
|
|
| Streamer not working after a while |
|
Posted by: morem - 2021-02-27, 12:44 PM - Forum: Pawn Scripting
- Replies (4)
|
 |
Hello,
I have a problem with the Streamer plugin.
After 1 hour of starting server my CreateObject not creating anything.
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
CreateObject(1225, x,y,z-0.6,? 0.00000, 0.00000, 0.00000);
Does anyone have any idea?
|
|
|
|
How can I do this? |
|
Posted by: Boxi - 2021-02-26, 09:14 PM - Forum: Pawn Scripting
- Replies (10)
|
 |
Hello everyone! A few days ago he asked how to modify the gravity, his answers helped me a lot. But now I have another problem, and it is that I need gravity to be X in a certain place. How do I do this? with VirtualWorld? I would MUCH appreciate your help. Greetings! :D
|
|
|
|
| Take the angle of a position |
|
Posted by: Marllun - 2021-02-26, 03:10 PM - Forum: Pawn Scripting
- Replies (5)
|
 |
I would like to know how I get the angle of an X, Y,?Z coordinate, To use for example in the function SetPlayerFacingAngle
Example:
stock Float:GetAnglePos(Float:x, Float:y, Float:z) {
?Code..
return angle;
}
|
|
|
|
| How does one make a top5? |
|
Posted by: Z3fRaN - 2021-02-26, 01:37 AM - Forum: Pawn Scripting
- Replies (10)
|
 |
I don't have a good idea on how to make a top5 all time it, only thing I can think of is for(i=0;i<MAX_PLAYERS;i) but don't know how to continue the rest.
|
|
|
|
AFK Damage |
|
Posted by: Lord_Bukake - 2021-02-24, 04:57 PM - Forum: Pawn Scripting
- Replies (5)
|
 |
Hi everyone, how can I hurt a player who is in afk?
I have seen this system on other servers but have no idea how to program it.
Could you help me please, thanks.
|
|
|
|
| help with this pls |
|
Posted by: Nicolas_Belic - 2021-02-23, 11:29 PM - Forum: Pawn Scripting
- Replies (7)
|
 |
Code: CMD:id(playerid, params[]) {
? ? if (sscanf(params, "u", params[0])) return SendClientMessage(playerid, -1, "{D41818}[COMMAND]{AFAFAF} /id <nick>");
? ? if (!IsPlayerConnected(params[0])) return SendClientMessage(playerid, -1, "{D41818}[ERROR]{AFAFAF} Player not found");
? ? new string[128];
? ? new name[MAX_PLAYER_NAME];
? ? GetPlayerName(playerid, name, sizeof(name));
? ? format(string, sizeof(string), "%d - [ID]:%s", params[0], name);
? ? SendClientMessage(playerid, 0x969696FF, string);
? ? return 1;
}
my idea is to make a command so that when you put / id and the name of the player you can receive the ID of the player
|
|
|
|
Random Player |
|
Posted by: Lord_Bukake - 2021-02-23, 04:42 PM - Forum: Pawn Scripting
- Replies (3)
|
 |
Hi, how can i randomly select a player and have it run once per game?
i have a TDM server for rounds and i need it to run only once per game
This is my code:
Code: new ran = random(GetPlayerPoolSize());
loop_start:
if(!IsPlayerConnected(ran))
{
? ? ran = random(GetPlayerPoolSize());
? ? goto loop_start;
}
printf("player found");
printf("%d",ran);
if(team[ran] == TEAM_GREEN)SpawnPlayer(ran);
GetPlayerPos(ran, xpo, ypo, zpo);
The problem is that it runs more than once, can you help me please?, thanks
|
|
|
|
| Openmp status |
|
Posted by: RhaegarX - 2021-02-23, 01:06 PM - Forum: Questions and Suggestions
- Replies (1)
|
 |
Hello, it's been a few months since the latest information on the development situation of openmp. does anyone know how to inform the development of the project? are we close to maybe having a public beta?
|
|
|
|
|