Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,512
» Latest member: j88gives
» Forum threads: 2,417
» Forum posts: 12,370

Full Statistics

Online Users
There are currently 416 online users.
» 0 Member(s) | 413 Guest(s)
Bing, Google, Yandex

Latest Threads
MMOEXP Diablo 4 to keep y...
Forum: Pawn Scripting
Last Post: Adrianayng
Today, 06:47 AM
» Replies: 0
» Views: 31
MMOEXP POE explores the m...
Forum: Chat
Last Post: Adrianayng
Today, 06:45 AM
» Replies: 0
» Views: 33
MMOEXP Madden 26 is expec...
Forum: Questions and Suggestions
Last Post: Adrianayng
Today, 06:44 AM
» Replies: 0
» Views: 31
[HELP]How to Retrieve and...
Forum: Pawn Scripting
Last Post: Quall1955
Yesterday, 03:53 PM
» Replies: 2
» Views: 2,845
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
Yesterday, 02:52 AM
» Replies: 2
» Views: 163
How to create a custom SA...
Forum: Tech
Last Post: HELLHOUND
Yesterday, 12:12 AM
» Replies: 1
» Views: 795
Silly little render a did...
Forum: Art
Last Post: HELLHOUND
2025-09-14, 09:00 PM
» Replies: 0
» Views: 83
HWID BAN
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:44 PM
» Replies: 1
» Views: 908
Manual sorting of servers...
Forum: Questions and Suggestions
Last Post: HELLHOUND
2025-09-14, 08:35 PM
» Replies: 1
» Views: 734
San Fierro Cops And Robbe...
Forum: Advertisements
Last Post: Dr0pp
2025-09-13, 08:33 PM
» Replies: 0
» Views: 122

 
  Free Car Id
Posted by: Kripteks - 2021-05-10, 10:37 AM - Forum: Support - No Replies

I tried the free tool id for gta sa and was successful. But when I tried it for sa-mp it doesn't work when I want to download a vehicle with a different ID. How can I solve it.


  [Help] How make the NPC move bye CMD And also can point to other near players ?
Posted by: PutuSuhartawan - 2021-05-10, 02:51 AM - Forum: Pawn Scripting - Replies (2)

How to make the NPC move according to orders. And also can point to other players nearby.

I saw that there was someone who could make the NPC move by itself immediately according to the CMD command. but I don't know what command the function uses. Then can you please explain scripting to make this NPC look like it can make decisions according to orders, sir?


  HELP ! How to set the Flatbet car parameters where the car is stored crate models ?
Posted by: PutuSuhartawan - 2021-05-09, 03:16 AM - Forum: Pawn Scripting - Replies (1)

How to set the Flatbet car parameters to open the hood in the back where the car is stored, can there be crate or empty?

what is the name of the function to set the appearance of this flatbed vehicle sir? I only know setvehicleparamaters.

Sample :



Not with crate parameters :

[Image: 270098-gallery673.jpg]



With crate :

[Image: 250?cb=20100219171051]


  [SOLVED] How can the android client enter the server version 0.3.DL ?
Posted by: PutuSuhartawan - 2021-05-08, 07:21 PM - Forum: Pawn Scripting - Replies (3)

SOLUTION :

Code:
All crack client users from Android must have been banned, in order to realize capitalism that has the best and fastest GPU graphics.



The question arises when an Android user whose client is lagging behind wants to join a very updated server like the 0.3.DL version. In my opinion this really doesn't make sense and will be overwhelmed by the low version of the client. Do you think this can be overcome and you know how?

How can the android client enter the server version 0.3.DL?


  Help! How to attach the player to the player to make it look like it is lifting up?
Posted by: PutuSuhartawan - 2021-05-08, 01:48 AM - Forum: Pawn Scripting - No Replies

I have a choice if there is only a get player pos function then a target player post set, it seems better if the function is the target player specating the person who lifted that person. but add anim carry right? well there I want to add the attached objed model, but will the id skin model from that match the same alias as the target skin of the person being picked?


  Weapon-config
Posted by: israel_Oliveira - 2021-05-07, 01:19 PM - Forum: Pawn Scripting - Replies (1)

When I shoot a player nothing happens, he doesn?t take damage, what can it be? I already removed the publics Take and Give.

I put a printf in the public and it really is not being called when one player shoots the other.

Can anyone tell me why?


  Hata Anti-Cheat (H-AC)
Posted by: Hata - 2021-05-07, 09:06 AM - Forum: Libraries - No Replies

List of Fixed Cheats;

Code:
Silent Aimbot
Vehicle Repair Hack
Screen Flickering
Car Troller?
Surfing Invisible
Airbreak
Seat ID Crasher
Speed Hack (On Foot/Driver)
Troll Animation
Animation Invisible
Fly Hack?(On Foot)
Rage Shot
Trailer Crasher
Weapon Hack //To be developed.


Include:?H-AC.inc

Cheat Detection Public (To be added to gamemode);

Code:
public OnPlayerCheatDetected(playerid, code)
{
? ? new cheatname[30], string[128];
? ? switch (code)
? ? {
? ? ? ? case 0: cheatname = "Silent Aimbot";
? ? ? ? case 1: cheatname = "Vehicle Repair Hack";
? ? ? ? case 2: cheatname = "Screen Flickering";
? ? ? ? case 3: cheatname = "Car Troller";
? ? ? ? case 4: cheatname = "Surfing Invisible";
? ? ? ? case 5: cheatname = "Airbreak";
? ? ? ? case 6: cheatname = "Seat Crasher";
? ? ? ? case 7: cheatname = "Speed Hack";
? ? ? ? case 8: cheatname = "Troll Animation";
? ? ? ? case 9: cheatname = "Animation Invisible";
? ? ? ? case 10: cheatname = "Fly Hack";
? ? ? ? case 11: cheatname = "Rage Shot";
? ? ? ? case 12: cheatname = "Trailer Crasher";
? ? ? ? case 13: cheatname = "Weapon Hack";
? ? }
? ? format(string, sizeof(string), "~w~%s detected by Hata Anti-Cheat", cheatname);
? ? GameTextForAll(string, 1000, 3);
? ? Kick(playerid);
? ? return 1;
}


  [SOLVED] What is the function, for (increment )? and where did it come from?
Posted by: PutuSuhartawan - 2021-05-07, 02:13 AM - Forum: Pawn Scripting - Replies (1)

SOLUTION??by?AbyssMorgan :

Code:
Pawn have only for, while and do while loops.

foreach is function maked by developers in foreach.inc standalone y_foreach aka y_iterate or FoxForeach.inc



for example:

Code:

for(new i = 0; i < 10; i)



for(new i = 0; i < 10; i = 2)



for(new i = 0, j = strlen(stringvar); i < j; i)



What is the function, for (increment )? and where did it come from? is that function?from include?



at first I thought the function, "for" was made by foreach include. I was wrong, is this the default function of the pawn language? Can you explain why the language in "for" is different in general? and is it really different for the "for" and "foreach" functions?


  So is it dead?
Posted by: pakistanplayer - 2021-05-06, 11:37 AM - Forum: Questions and Suggestions - Replies (12)

https://open.mp/progress



2 months last update here.



Honestly, many have lost hopes about this.



SA-MP has no active developer (Kalcor), it's done.

UGMP is another shit which has worse performance than GTA Online for computers and tons of bugs/crashes and bad client,



And open-mp is just terribly slow progress.



I mean, at december video in youtube, it was told " beta server coming soon ", so is soon, 2022?



I don't see anything neither beta server nor anything released this year.



Gotta say, this project had a lot of hype, but having so many members in the team and not being able to finish it, Already few years passed.



Honestly, R.I.P All the multiplayers for GTA:SA. 85% of english speaking people already left this game long ago. Now there are only bots and hackers.


  How do I make the letter ? appear in the textdraws?
Posted by: Boxi - 2021-05-05, 11:45 AM - Forum: Pawn Scripting - Replies (1)

hello forum friends, I would like to know why when I put the letter ? in a textdraw the letter does not appear, the same with the accents, does anyone know how to solve this? thanks!