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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,516
» Latest member: MEMOREX
» Forum threads: 2,235
» Forum posts: 12,037

Full Statistics

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

Latest Threads
High-Precision Laser Weld...
Forum: General Discussions
Last Post: Young Harmoni
10 hours ago
» Replies: 0
» Views: 15
Interesting
Forum: Chat
Last Post: Gerty23461
Yesterday, 12:36 PM
» Replies: 1
» Views: 26
I humor myself
Forum: Programming
Last Post: nami16504
2024-11-25, 04:28 PM
» Replies: 5
» Views: 8,061
Command does not work in-...
Forum: Pawn Scripting
Last Post: PANZEHIR_
2024-11-23, 06:36 PM
» Replies: 0
» Views: 46
White Screen
Forum: Support
Last Post: Phat202146_real
2024-11-21, 02:50 PM
» Replies: 0
» Views: 44
I get error 021 using y_h...
Forum: Pawn Scripting
Last Post: daniscript18
2024-11-18, 11:34 PM
» Replies: 0
» Views: 62
Il reste des français sur...
Forum: French/Fran?ais
Last Post: tysanio
2024-11-18, 05:39 AM
» Replies: 2
» Views: 478
Object creation issues
Forum: Programming
Last Post: K1271
2024-11-15, 11:51 PM
» Replies: 0
» Views: 57
Is the SAMP Hosting the s...
Forum: General Discussions
Last Post: OperaGX
2024-11-14, 09:33 PM
» Replies: 0
» Views: 78
Run time error 19: "File ...
Forum: Pawn Scripting
Last Post: Rexey
2024-11-14, 03:50 AM
» Replies: 0
» Views: 65

 
  [Solved] Fire glitch/bug
Posted by: Radical - 2021-05-15, 10:01 PM - Forum: Support - Replies (4)

There is a glitch/bug that when someone is on burning still can damage anyone with any weapon.

Is there anyway to fix this?



SOLVED:



You should check when attacker burns a player with a flamethrower,?Restrict the player for 9 seconds from shooting to other players. For example, set the player?armed weapon to 0 (Fist).

if I'm not mistaken?9 seconds is the amount of time the player is on burning.


  Skins gtaIII and gtaVC for samp03dl
Posted by: Jesus Justice - 2021-05-15, 09:42 PM - Forum: Questions and Suggestions - Replies (2)

Sorry guys

I need skins compatible with samp 0.3 dl from GTA III and GTA Vice City

My hdd dead. This is real catastrophe. 10 years of development in the ass



Link?in skins gta III and gta VC

Tnx.


  Crazybobs Cops and Robbers
Posted by: HugsForDrugs - 2021-05-15, 07:12 PM - Forum: General Discussions - Replies (4)

Crazybobs CnR is undoubtedly one of the most popular servers in SAMP however this is now changing and there are many different reasons for this which I will mention below. Also if you don't want to read then scroll down to the bottom where you can find a 36 minute video which explains everything in detail.



1) The owner of the servers, crazybob has abandoned the whole project. Even though he never officially mentioned this, he was last seen online somewhere in 2017. All attempts to contact him seems to go in vain and servers no longer receive any form of updates. Not even an update for Halloween or Christmas.



2) This server was known for having the best anti-cheat system amongst SAMP servers but this is no longer true. There are now a few groups with the sole purpose of cheating and they seem to be online almost all the time. One such group is "snipergang".



[Video: https://youtu.be/ftutS7sp7kI]



[Video: https://youtu.be/qAx79pZ7lsE]



Some of the things they are able to do is :



- Block admins and players from joining the servers.

- Tamper with the anti-cheat system to ban admins and normal players.

- Fly around the whole map while being invisible and kill players.

- Teleport vehicles into players and killing them instantly.

- And a lot more.



3) With no owner to moderate the actions of the staff team, admin abuse has drastically increased and this caused many players to leave the community. There are many such cases of admins abusing players but obviously I can't mention all so here is one. Recently a player was approached by 2 admins and was told to sell his in-game house for $100,000 which is the cheapest amount you can sell for. The player refused to do so and the admins proceeded to kill him over and over. They even fined all his money which eventually put him in debt. All because he refused to sell his house which he bought himself for him and his friends.





[Video: https://youtu.be/psXaLQLce7w]





In this video above you can see a player named "money". That is actually an account with admin status which a player bought from the admin. So yeah, someone else was using an admin account. That's the condition of this server now. If you want to know more about this visit the link below. This was written by the player who bought the admin account after he was caught and this should answer any questions you have.



https://pastebin.com/gGsuciabhe



I guess all these points I mentioned above is enough for you to get an idea of how bad crazybobs community has turned out to be.

Anyway, here is the video which explains everything. It is long but you won't regret watching it.



[Video: https://youtu.be/fx-tr9zSXIQ]


  [SOLVED] How fix warning 217: loose indentation without Pragma Syntax?
Posted by: PutuSuhartawan - 2021-05-15, 11:24 AM - Forum: Pawn Scripting - Replies (2)

SOLUTION from:

(2021-05-15, 03:26 PM)AbyssMorgan Wrote: Example of 217 warning

Code:
stock my_function(arg1,arg2){

new something = random(25);

something = arg1 * arg2; //warning loose indentation due to missing tab

return something;

}



stock my_function(arg1,arg2)

{

new something = random(25);

something = arg1 * arg2; //warning loose indentation due to missing tab

return something;

}





Proof title better than problem description :

That means the newbie?code is bad.? Hiding issues doesn't solve them, it just means a newbie ignoring the bugs.

In the mind, i just need to remove the upper tab size from the script margin. But i don't know actually the great for solved all about the warning in pawn compiler?

Sir do you have a pack of module how to fix all of the warnings in the pawn compiler? Please share the module of all warnings is very important to solved the warning.


  Help! How to Get and Re use texture from function AddSimpleModel ?
Posted by: PutuSuhartawan - 2021-05-15, 08:04 AM - Forum: Pawn Scripting - No Replies

If generally the texture is obtained from the index on the website, it is clear that there is a default name for the texture and later it can be retrieved and set back. But am I confused about these new objects and textures? How do I reuse the texture of this new object?



If you are have more than?FindTextureFileNameFromCRC please tell us?

https://open.mp/docs/scripting/functions...ameFromCRC


  Help! How newbie fix sscanf warning: No default value found. Have System solution ?
Posted by: PutuSuhartawan - 2021-05-15, 12:18 AM - Forum: Pawn Scripting - Replies (1)

Code:
bool

FindDefaultStart(char ** const str)

{

// Skip the default value passed for optional parameters.

if (**str == '(')

{

(*str);

SkipWhitespace(str);

return true;

}

else

{

logprintf("sscanf warning: No default value found.");

}

return false;

}?

//?sscanf?warning:?No default value found


  Nametag
Posted by: Uzzy - 2021-05-14, 11:03 PM - Forum: Support - Replies (1)

Hello, when someone shoots, I want it written on it (fired) how do I do it?

(SHOTS FRIED)


  Need Help About Launcher
Posted by: redex - 2021-05-14, 10:34 PM - Forum: Programming - Replies (1)

hi, i am trying to make a Custom Client-Side Anti Cheat launcher for sa-mp, and here is the thing:
i dont have any problem with detecting the cheat files in the players folder but how can i detect players who are joining the server using my custom launcher? i see some servers doing this by only getting player name and they just need to hit a button to start the game, that mean there is no need to save something i was going to first make a login page and then if he logged in create a row in sql database to show his is using launcher but there is hell a lot ways to bypass this method , i want to do something like this sampvoice project : https://github.com/CyberMor/sampvoice

they made something to detect is player have the needed plugin and then we can for exp show them : you are using sampvoice plugin , or even there is a client side anti cheat out there that do something like this but its not opensource, how can i do this? sorry for my bad English hope u understand what i am talking about


  10000 SLOTS Players SA-MP OPENMP
Posted by: Rafael_Rosse - 2021-05-14, 10:02 PM - Forum: Questions and Suggestions - Replies (1)


[Image: o9NX33hWfyA.jpg?size=1280x720&quality=96...type=album]

hi, it's been a long time since I've been here,I have a bunch of suggestions that I'm putting out for you,as we know in samp the problem is to go to large servers where 1000 people are online, or when the server opens 1000 people are playing and doesn't help sometimes fastconects and other things, and you need to download all these reconjects samp bug fixes to somehow go to your favorite samp server but not everyone wants or can't do mods and fix yes and gta sometimes crashes for these mods, so here I propose to fix this error, and add more slots for open mp, fix the error with reconect, (You are banned)? ? Everyone already knows how difficult it is to log on to the server, especially in full online, and when he writes "The server didn't respond" so, a fix came out (without stillers)it is called ReconnectFixARIZONA-RP (it really helps) to throw it at the root of the game.

[Image: iJ1eK7CjnBY.jpg?size=550x309&quality=96&...type=album]


  [SOLVED] How to get learn abaout const for newbie? const belongs to what group?
Posted by: PutuSuhartawan - 2021-05-14, 06:49 PM - Forum: Pawn Scripting - Replies (2)

Solution:

Reserved words (keywords) Statements Operators Directives Other assert char #assert const 98 ] General syntax break defined #define enum case sizeof #else forward continue state #elseif native default tagof #emit new do #endif operator else #endinput public exit #endscript static for #error stock goto #file if #if return #include sleep #line state #pragma switch #section while #tryinclude #undef Next to reserved words, pawn also has several predefined constants, Predefined constants: 102 you cannot use the symbol names of the predefined constants for variable or function names.

Source:?https://github.com/pawn-lang/compiler/raw/master/doc/pawn-lang.pdf

all of these belong to the Pawn syntax class. Which should be commonly used after reading the rules for the pawn language and having been subject to fines several times from the pawn language developer community.





Problem :

I see there are many variables such as include, pragma, public, stock, forward. So what group does all of this belong to? how is the basic understanding?