Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 7,225
» Latest member: Arzeux010
» Forum threads: 2,373
» Forum posts: 12,327
Full Statistics
|
Online Users |
There are currently 114 online users. » 0 Member(s) | 112 Guest(s) Bing, Google
|
Latest Threads |
Liberty City map
Forum: Pawn Scripting
Last Post: ziyadprogamer
2025-06-28, 04:55 PM
» Replies: 2
» Views: 2,116
|
GameText styles in open.m...
Forum: Pawn Scripting
Last Post: Miki
2025-06-28, 01:25 PM
» Replies: 1
» Views: 32
|
Very Basic SAMP UCP
Forum: Videos and Screenshots
Last Post: bullyalina
2025-06-28, 12:43 PM
» Replies: 49
» Views: 12,736
|
Script[gamemodes/gamemode...
Forum: Pawn Scripting
Last Post: Miki
2025-06-27, 05:08 PM
» Replies: 1
» Views: 423
|
Want to edit my profile n...
Forum: Chat
Last Post: Hera.
2025-06-26, 08:41 PM
» Replies: 1
» Views: 534
|
Farsi
Forum: Other
Last Post: acc.gangbeni
2025-06-25, 08:21 AM
» Replies: 2
» Views: 3,052
|
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2025-06-22, 06:47 PM
» Replies: 0
» Views: 43
|
[Request] Linko Gaming Ro...
Forum: General Discussions
Last Post: JamesC
2025-06-20, 07:34 PM
» Replies: 0
» Views: 59
|
RevolutionX DM/Stunt/Race...
Forum: Advertisements
Last Post: DerekZ905
2025-06-18, 03:12 PM
» Replies: 0
» Views: 82
|
samp-cef
Forum: Questions and Suggestions
Last Post: jamespssamp
2025-06-18, 11:36 AM
» Replies: 0
» Views: 66
|
|
|
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.
|
|
|
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)
|
 |
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]](https://sun9-11.userapi.com/impg/exP4EnnctdFG3djdezS57VVXAcCKC8NdMYqgLg/iJ1eK7CjnBY.jpg?size=550x309&quality=96&sign=8697147885af0d5494dc0778d100da93&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?
|
|
|
[SOLVED] How to Use Pragma ? From #Pragma tabsize 0 |
Posted by: PutuSuhartawan - 2021-05-14, 10:12 AM - Forum: Pawn Scripting
- Replies (15)
|
 |
SOLUTION:
That's probably because the new scripter using the old includes as well. Please get the updated ones here:
https://github.com/pawn-lang/pawn-stdlib
The reason?didn't remove the warning code system is because it really cares?about the learning scripter. A lot of recommendations to make question before?the compiler success. Now sir you can find a solution. As the best developer, the basics are usually based on the strength of the solutions created. And asking for a profit before build a new resolver system.
PROBLEM:
I often see Pragma script designs, but I never had the knowledge to relate to this #pragma system. Is this pragma really from pawn?
i just have source?#pragma warning
This directive comes in two forms:
- #pragma warning (enable|disable) XXX
Enable or disable a warning by its number.
Useful for hiding unwanted warnings that otherwise cannot be fixed.
- #pragma warning (push|pop)
Save or restore the list of currently disabled warnings.
This can be used in conjuction with the previous form to toggle warnings
for a piece of code:
#pragma warning push
#pragma warning disable XXX
// some code here
Put Error code after vairable option warning disable, Sample:Code: #pragma warning disable 239#pragma warning disable 217#pragma warning disable 219#pragma warning disable 203
Quote:From Radical solution,?You can also:Code: #pragma warning disable 239, 217, 219, 203
#pragma warning pophttps://github.com/compuphase/pawn/issues/24
|
|
|
Map Images logo's |
Posted by: Kettler - 2021-05-13, 04:58 PM - Forum: Support
- Replies (4)
|
 |
Hi, i saw servers with images "logo" like instagram or discord in the map, is there any tutorial for that?
|
|
|
|