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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,617
» Latest member: MrEdinLaw
» Forum threads: 2,458
» Forum posts: 12,491

Full Statistics

Online Users
There are currently 623 online users.
» 0 Member(s) | 618 Guest(s)
Bing, Google, Applebot, Twitter

Latest Threads
League A/D — Attack & Def...
Forum: Gamemodes
Last Post: DrVandersexxx
3 hours ago
» Replies: 0
» Views: 17
ourFarm.pl - Polski Serwe...
Forum: Serwery
Last Post: Sztakier
3 hours ago
» Replies: 0
» Views: 18
PROJECT: RENEWAL ROLEPLAY...
Forum: Advertisements
Last Post: zin
2026-05-21, 12:21 AM
» Replies: 2
» Views: 139
Welcome to los santos !
Forum: Advertisements
Last Post: xInVinCiBlE
2026-05-20, 07:48 AM
» Replies: 0
» Views: 50
open.mp for MacOS
Forum: Releases
Last Post: Xyranaut
2026-05-19, 10:17 PM
» Replies: 2
» Views: 154
ShadowVale Freeroam/Rolep...
Forum: Advertisements
Last Post: iiAmerii
2026-05-19, 09:05 PM
» Replies: 0
» Views: 50
HOW TO CLOSE INCOMING CON...
Forum: Questions and Suggestions
Last Post: anil_erdogan0
2026-05-19, 04:46 AM
» Replies: 0
» Views: 66
LS-RCR - Los Santos Rolep...
Forum: Advertisements
Last Post: Karthik
2026-05-18, 05:07 PM
» Replies: 0
» Views: 61
mysql_samp
Forum: Plugins
Last Post: NullSablex
2026-05-18, 04:46 PM
» Replies: 1
» Views: 369
Starting a Roleplay Serve...
Forum: Chat
Last Post: Jimmy96k
2026-05-17, 10:14 PM
» Replies: 0
» Views: 80

 
  Question about skin and team ...
Posted by: DaZzY - 2020-10-13, 06:25 PM - Forum: Pawn Scripting - Replies (12)

Hello i have a Gamemode with many teams ... ( TDM )

And i have a team Justice with 3 skin ( cops , swat , army )

I want army skin have a different spawn position not like cops and swat? ( cops , swat , army are the same teams )

there is some of?my code :

Quote:new const Float:g_SpawnJustice[][4] = {
{-2190.1560, 613.9122,35.1641,116.1742},//
{-2185.8408, 704.4630,53.8906,248.9940},
{-2206.7517, 665.4793,49.4375,175.6908}
};


case 2: { //>>>>>>>>>> THIS case is on OnPlayerSpawn...

? ?
? /
?
? ? ? ? ? ? iRandom = random(sizeof(g_SpawnJustice));
SetPlayerPos(playerid, g_SpawnJustice[iRandom][0], g_SpawnJustice[iRandom][1], g_SpawnJustice[iRandom][2]);
SetPlayerFacingAngle(playerid, g_SpawnJustice[iRandom][3]);

}

I have used?if(GetPlayerSkin(playerid) == 287) army skin and that does'nt work??

Help please :D and i know my english sorry ...


  This may be deleted.
Posted by: Willcnr09 - 2020-10-13, 06:12 PM - Forum: Pawn Scripting - Replies (1)

This may be deleted.


Photo MY SERVER FERRIS WHEEL
Posted by: vicecity - 2020-10-13, 05:48 PM - Forum: Art - Replies (2)

[Image: vice_city.gif?raw=true]



FERRIS WHEEL lol !!



version 0.3DL custom model


  GTA: Underground - El futuro ?
Posted by: Fixedfeed - 2020-10-13, 05:34 PM - Forum: Spanish/Español - Replies (7)

Hola bueno, pues reci?n me entero que existe este mod de GTA, que cuenta con un modo multijugador.

Al parecer es compatible con SAMP, por lo que los modos de juegos ya creados en SAMP se pueden usar en este mismo mod, y trae consigo mas mods, como los mapas de LBC y VC, tambi?n trae armas nuevas y los veh?culos de LBC?y VC, el mod me parece que lleva desde 2017, pero no veo que se le haga mucho caso, a que se deber? ?.



Sinceramente parece una muy buena opci?n, ya que no veo que OPEN MP avance mucho, que opinan ustedes ?



aqu? les dejo la pagina del mod, para que lo vean ustedes mismos:?https://gtaundergroundmod.com/


  San Andreas Skin Rotation
Posted by: Wasay - 2020-10-13, 12:14 PM - Forum: Questions and Suggestions - Replies (1)

Is it possible in open.mp?to make all skins with the same skin rotation? You know, skins like 1, 269,270,271 have a better[faster] rotation and in DM these skins are better for players.


  Help sublime compile on macOS
Posted by: bum - 2020-10-13, 07:01 AM - Forum: Pawn Scripting - Replies (3)

Hi everyone !

My gamemode is compile successfully with windows, but when I use my macOS for compile, it cannot run. I use sublime text for compiling, I?have installed PAWN plugin, edited sublime-build file but it still not working.



My build file:

Code:
{

"cmd": ["./pawncc", "$file", "-iinclude", "-o$file_path/$file_base_name", "-;", "-(", "-d3"],

"file_regex": "(.*?)[(]([0-9]*)[)]",

"working_dir": "/Users/mba0204/Desktop/Folders/Source/Bumios/Project/Gaming/GGMP/pawno/",

"selector": "source.pwn"

}





The error logs:

Code:
[Errno 2] No such file or directory: './pawncc'

[cmd: ['./pawncc', '/Users/mba0204/Library/Application Support/Sublime Text 3/Packages/User/GGMPBuild.sublime-build', '-iinclude', '-o/Users/mba0204/Library/Application Support/Sublime Text 3/Packages/User/GGMPBuild', '-;', '-(', '-d3']]

[dir: /Users/mba0204/Desktop/Folders/Source/Bumios/Project/Gaming/GGMP/pawno]

[path: /Users/mba0204/.rvm/gems/ruby-2.5.1/bin:/Users/mba0204/.rvm/gems/ruby-2.5.1@global/bin:/Users/mba0204/.rvm/rubies/ruby-2.5.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/mba0204/.rvm/bin]

[Finished]


Rainbow Laser pointer on weapons
Posted by: 3kisde - 2020-10-12, 07:32 PM - Forum: Pawn Scripting - Replies (4)

Hello bros, i want to know if it?s possible to make weapons to have laser pointer, and any idea or help of how to do this, Thank you!


Question Help with animation
Posted by: GeorgeXCarl - 2020-10-12, 10:38 AM - Forum: Pawn Scripting - Replies (4)

please help me with the ApplyAnimation because when i want to do the animation it keeps me freeze even if i didn't set the ApplyAnimation to freeze player when animating


  ~SAMP LUFTSCHLACHT REBORN~
Posted by: Palps - 2020-10-12, 01:23 AM - Forum: Videos and Screenshots - Replies (4)

[Video: https://vimeo.com/467203289]


  Dark theme
Posted by: DowDaw - 2020-10-11, 07:23 PM - Forum: Chat - Replies (3)

Hey, title of the topic says everything basically to add "Dark" theme on forums if possible please :)