| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 444 online users. » 0 Member(s) | 440 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
PROJECT: LOS ANGELES — TH...
Forum: Advertisements
Last Post: cosminupgaming
6 hours ago
» Replies: 4
» Views: 728
|
After School Roleplay - G...
Forum: Advertisements
Last Post: cosminupgaming
Yesterday, 11:26 AM
» Replies: 2
» Views: 368
|
LCSHosting.eu - Free SA-M...
Forum: Tech
Last Post: LCSLaces
2025-12-12, 04:57 PM
» Replies: 0
» Views: 37
|
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2025-12-12, 03:29 PM
» Replies: 0
» Views: 20
|
Infamous Roleplay
Forum: Advertisements
Last Post: JakeFalcone
2025-12-11, 11:34 PM
» Replies: 0
» Views: 34
|
The server didn't respond...
Forum: Support
Last Post: HELLHOUND
2025-12-11, 01:17 PM
» Replies: 1
» Views: 176
|
Grand Gang War (GGW)
Forum: Advertisements
Last Post: piroballu
2025-12-09, 01:16 PM
» Replies: 1
» Views: 235
|
Zona América del Sur DM+ ...
Forum: Advertisements
Last Post: kevinberriosflores
2025-12-05, 10:59 PM
» Replies: 0
» Views: 71
|
Real-time pathfinder, opt...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-12-05, 02:06 PM
» Replies: 0
» Views: 125
|
The size of the output am...
Forum: Questions and Suggestions
Last Post: scandalfive
2025-12-01, 07:07 PM
» Replies: 0
» Views: 118
|
|
|
| Mobile Crash |
|
Posted by: z0rdan - 2021-03-31, 11:14 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
Guys, recently I have noticed that all players Cell phones are crashing my server, sometimes even on the login screen, riding in a car and etc ...
does anyone know what it can be?
|
|
|
|
| San Andreas Battle Royale Server For Sale |
|
Posted by: San Andreas Battle Royale - 2021-03-30, 02:12 PM - Forum: General Discussions
- Replies (1)
|
 |
Our esteemed project is now for sale, reason being unavailability from the management team to carry on with the project, but we hope that someone else will be able to.?
What our project includes:
- A functioning Battle Royale?script that includes a storm, inventory system, and much more!
- Over 300 exclusive?custom mods, such as skins and other assets. (Needs to be implemented in the script)
- Over 50 custom mapped locations around the area of Red County (Needs script implementation)
- A 4 minutes amazing trailer/promotional video for the server.
- A 650 members community eager for the server release on discord. (Was once 1000)
And much more!
Contact: First Class#0889 on discord if interested.
OUR TRAILER
|
|
|
|
| Object Pos .. |
|
Posted by: qtg998 - 2021-03-30, 08:03 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
I am trying to get the coordinates 1.0 only to the right from the reference object. How do I do this..?
Please help me..
|
|
|
|
| Map icon does not change color |
|
Posted by: Jhames - 2021-03-30, 06:12 AM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hello guys, I have a little problem.
I am trying to change the color of an icon on the map but it is not working, I am trying to make the icon black, but it does not work.
Is the color correct? I'm using like this:?0x000000FF
Code: public OnPlayerConnect(playerid)
{
? ? SetPlayerMapIcon(playerid, 1, 2756.7896,-2431.2869,13.4790, 2, 0x000000FF, MAPICON_GLOBAL);
? ? return 1;
}
|
|
|
|
| Not sure if my /kick works? |
|
Posted by: CrypticSin - 2021-03-29, 09:32 PM - Forum: Pawn Scripting
- Replies (4)
|
 |
Hi i've written a admin command for /kick and im currently multi logging into my server to test it out.
Everything seems like it's working when i kick my 2nd character but, it doesn't actually kick the player even though the message comes up that?they've been kicked?
Could this be because im accessing the server on two different accounts with?the same PC and the same IP??
Or if a randomer from a different ip joined would it work??
Code:
PHP Code: CMD:kick(playerid, params[])
{
? ? if(PlayerInfo[playerid][pAdmin] < 1)
? ? return SCM(playerid, COLOR_RED, "You are not allowed to use this command");
new playerb, reason[24];
new fstr[200];
if(sscanf(params, "us[24]", playerb, reason))
? ? return SCM(playerid, COLOR_RED, "Usage: /kick [playerid/name] [reason]");
? ?
? ? if(!IsPlayerConnected(playerb))
return SendClientMessage(playerid, COLOR_RED, "Player not found.");
? ?
? ? if(PlayerInfo[playerb][pAdmin] >= 1)
return SendClientMessage(playerid, COLOR_RED, "You cant kick admins.");
? ? {
? ? ? ? format(fstr, sizeof(fstr), "Admin %s (%d) has kicked %s [%d] from TWDZS - Reason: %s", ReturnName(playerid), playerid, ReturnName(playerb), playerb, reason);
? ? ? ? SendClientMessageToAll(COLOR_RED, fstr);
? ? ? ? PlayerInfo[playerb][pKicks] ;
? ? ? ? GameTextForPlayer(playerb, "~r~Kicked", 5000, 5);
? ? ? ? format(fstr, sizeof(fstr), "You have been kicked from TWDZS. You were kicked by admin %s.", ReturnName(playerid));
? ? ? ? SendClientMessage(playerb, COLOR_RED, fstr);
? ? ? ? SendClientMessage(playerb, COLOR_ORANGE, "If you think this kick is unfair complain at www.domain.net");
? ? ? ? KickEx(playerb);
? ? }
? ? return true;
}
|
|
|
|
| Fps Problem |
|
Posted by: Prcko69 - 2021-03-29, 08:49 PM - Forum: General Discussions
- Replies (1)
|
 |
Well, i have problems with fps drops..
I have pc strong enough to run GTA Sa on 60fps, but
When alot players are around me it drops to low 40
PC specs:
8GB ram
GT 440 graphics
i5 4570 processor
I tryed everything, every fps booster
nothing worked...
If anyone know how to fix it would be good for me :v
|
|
|
|
| Command not working |
|
Posted by: Snow - 2021-03-29, 06:25 PM - Forum: Pawn Scripting
- Replies (6)
|
 |
Okay so I have this weird problem with this one specific command. When player performs this command, he gets teleported somewhere else instead of where he's supposed to. But I'm calling the same command under OnDialogResponse and it works fine there. Here's the command:
Code: CMD:mc(playerid, params[])
{
? ? LoginCheck(playerid);
? ? SpawnCheck(playerid);
? ? IntCheck(playerid);
? ? if(!Permissions(playerid))
? ? return 1;
? ? SetCameraBehindPlayer(playerid);
? ? new RandomT = random(sizeof(mount));
? ? new Randomm = random(sizeof(mountv));
? ? if(IsPlayerInAnyVehicle(playerid))
? ? {
? ? ? ? SetVehiclePos(GetPlayerVehicleID(playerid), mountv[Randomm][0], mountv[Randomm][1], mountv[Randomm][2]);
? ? }
? ? else
? ? {
? ? ? ? SetPlayerPos(playerid, mount[RandomT][0], mount[RandomT][1], mount[RandomT][2]);
? ? }
? ? new string[128], name[24];
? ? GetPlayerName(playerid, name, 24);
? ? format(string, 128, "%s(%d) has teleported to Mount Chilliad (/mc).", name, playerid);
? ? SendClientMessageToAll(COLOR_TP, string);
? ? return 1;
}
Calling it under dialog response like this
Code: if(listitem ==7)
? ? ? ? ? ? {
? ? ? ? ? ? cmd_mc(playerid, "");
? ? ? ? ? ? }
Now when player types the command manually, he won't get teleported to Mount Chilliad but when he uses the dialog that calls this command, he'll be teleported here.
|
|
|
|
|