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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,506
» Latest member: nohuvin
» Forum threads: 2,233
» Forum posts: 12,033

Full Statistics

Online Users
There are currently 468 online users.
» 0 Member(s) | 466 Guest(s)
Google, Bing

Latest Threads
Command does not work in-...
Forum: Pawn Scripting
Last Post: PANZEHIR_
Yesterday, 06:36 PM
» Replies: 0
» Views: 30
White Screen
Forum: Support
Last Post: Phat202146_real
2024-11-21, 02:50 PM
» Replies: 0
» Views: 31
I get error 021 using y_h...
Forum: Pawn Scripting
Last Post: daniscript18
2024-11-18, 11:34 PM
» Replies: 0
» Views: 50
Il reste des français sur...
Forum: French/Fran?ais
Last Post: tysanio
2024-11-18, 05:39 AM
» Replies: 2
» Views: 453
Object creation issues
Forum: Programming
Last Post: K1271
2024-11-15, 11:51 PM
» Replies: 0
» Views: 49
Is the SAMP Hosting the s...
Forum: General Discussions
Last Post: OperaGX
2024-11-14, 09:33 PM
» Replies: 0
» Views: 66
Run time error 19: "File ...
Forum: Pawn Scripting
Last Post: Rexey
2024-11-14, 03:50 AM
» Replies: 0
» Views: 59
How to Compile Your Gamem...
Forum: Tutorials
Last Post: thelante
2024-11-13, 08:50 AM
» Replies: 3
» Views: 456
Modeller wanted
Forum: Development Updates
Last Post: acc.gangbeni
2024-11-11, 05:10 PM
» Replies: 9
» Views: 16,463
SA:MP forum offline
Forum: Portuguese/Portugu?s
Last Post: weslley_script
2024-11-09, 05:27 PM
» Replies: 7
» Views: 9,905

 
Exclamation Can't install SAMP
Posted by: AzNDabo - 2024-04-03, 04:31 PM - Forum: Chat - Replies (2)

I need help with installing help SAMP, because it doesn't work.
The specific problem I struggle with is the file directory. 
I chose my GTA San Andreas folder but nothing worked.


Please Help.


  After updating the pawn compiler and YSI_Include i got a lot of warning
Posted by: nyemootgaming - 2024-04-02, 07:58 AM - Forum: Pawn Scripting - Replies (1)

[Image: Screenshot-28.png]

I asked someone who said...

People: "Update samp-stdlib with pawn-stdlib"
I've done it, but the results are the same. Please help


  Map Pack by: AZZO #3
Posted by: AZZO - 2024-04-02, 12:01 AM - Forum: Maps - No Replies

MAP PACK | BY: AZZO
Free maps | Download link in video !


  Map Pack by: AZZO #2
Posted by: AZZO - 2024-04-01, 11:58 PM - Forum: Maps - No Replies

MAP PACK | BY: AZZO
Free maps | Download link in video !


  Map Pack by: AZZO #1
Posted by: AZZO - 2024-04-01, 11:56 PM - Forum: Maps - No Replies

MAP PACK | BY: AZZO
Free maps | Download link in video !


  Grand Theft Auto mixed on my samp server
Posted by: Orion1078 - 2024-04-01, 05:32 PM - Forum: Support - Replies (1)

Hello, I'm trying to host a samp server for myself and a few other people and i would like to have gta mixed in my server so we can have all 3 maps (Sanandreas, Liberty City, and Vice City) i got it to work on single player but i cant find any information or instructions on how to install mods like this to my own server. I'm also hosting off of my computer at home. if anyone has any info  that would be very appreciated.


Exclamation PrestigGames Multimodos 2024 (20 modos en 1)
Posted by: mcarioliche - 2024-03-31, 12:55 PM - Forum: Spanish/Espa?ol - No Replies

¡Hola! Quiero invitarte a PrestigGames en 2024 donde hay 20 modos de juego en un solo servidor...
Ya más de 250 usuarios se han registrado en nuestro servidor que espera para sumergirte en pura acción y diversión.

Imagenes del servidor:
https://ibb.co/yqp42cW
https://ibb.co/YtCCWVw
https://ibb.co/yXmvzM0
https://ibb.co/N3DDTnw

Vídeo publicitario:  https://vm.tiktok.com/ZMM5B8eD5/

■IP: 149.56.44.41:7777
Si deseas aportar ayuda para la comunidad eres bienvenida, hazlo saber en discord.
■ Discordia:  https://discord.com/invite/fbFM2vNPjX


Question CMAKE_CXX_COMPILER (open-mp.sdk)
Posted by: Volkov - 2024-03-30, 03:59 PM - Forum: Tech - Replies (1)

CMAKE_CXX_COMPILER (open-mp.sdk)

About problem

Hi.

I'm following the steps outlined here https://github.com/openmultiplayer/open.mp-sdk.
But I am getting "CMAKE_CXX_COMPILER" error in CMake-gui, VS 2022, VS 2019

I would appreciate any help you can give me.


Installs:
  • Win 10
  • Visual Studio 2019 (ClangCL, CMake for Linux, CMake for Windows, C++ desktop, Win 10 SDK)
  • Conan 1.57
  • CMake


Error:

Code:
\open.mp-sdk\build> cmake .. -A Win32 -T ClangCL
-- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CXX_COMPILER could be found.

 
CMakeConfigureLog.yaml (part):

Code:
---
events:
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)"
      - "CMakeLists.txt:2 (project)"
    message: |
      The system is: Windows - 10.0.19045 - AMD64
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
      - "C:/Program Files/CMake/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
      - "C:/Program Files/CMake/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:2 (project)"
    message: |
      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
      Compiler:

Screenshots (maybe userful)
[Image: Zz7BOLU.png]


Information Has the open mp program been released for the definitive edition?
Posted by: brownvihk - 2024-03-30, 03:55 AM - Forum: General Discussions - Replies (1)

has the open mp program been released for the definitive edition? I don't speak much English so I can't follow everything


  [ENG] Bada Bing Roleplay
Posted by: vxncx - 2024-03-29, 08:42 PM - Forum: Advertisements - Replies (1)

[Image: badabing.png?ex=6619917a&is=66071c7a&hm=...2485da311&]

IP: 132.226.131.142:7777
Discord: https://discord.gg/fMxShchhyz

FAQ:

Q: What is this server?
A: This is a quasi-revival of the old Ultimate Roleplay server, the owner allowed us to use the script and we've finetuned and added systems to our liking.

Q: Why is everything so expensive?
A: The cost of everything is balanced around the payout from jobs among other money-earning activities, you'll find that starter pays are low but exponentially increase the more you play. We strive to give players a sense of progression and worthwhile grind.

Q: I joined, what now?
A: /locate, /g and have fun