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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,679
» Latest member: Yippie
» Forum threads: 2,496
» Forum posts: 12,552

Full Statistics

Online Users
There are currently 330 online users.
» 1 Member(s) | 324 Guest(s)
DuckDuckGo, Bing, Yandex, Applebot, Google, Yippie

Latest Threads
[SAMP] Prison Break
Forum: Advertisements
Last Post: Yippie
2 minutes ago
» Replies: 0
» Views: 2
Anyone else become friend...
Forum: Life
Last Post: danigomez
4 hours ago
» Replies: 0
» Views: 25
🦀 rust-samp v3.2.0 — VM d...
Forum: Programming
Last Post: NullSablex
2026-06-30, 08:26 AM
» Replies: 0
» Views: 64
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2026-06-28, 10:35 AM
» Replies: 0
» Views: 80
Criando Server RP!
Forum: Portuguese/Português
Last Post: GhostSpectre
2026-06-28, 01:37 AM
» Replies: 0
» Views: 78
Kalcor is still outta the...
Forum: Chat
Last Post: NoxxeR
2026-06-25, 07:57 PM
» Replies: 1
» Views: 232
Pedestrians
Forum: Plugins
Last Post: connyxv
2026-06-25, 08:52 AM
» Replies: 0
» Views: 184
SA-MP Bedwars (2026)
Forum: Advertisements
Last Post: Amjad
2026-06-23, 08:52 AM
» Replies: 0
» Views: 971
libsamp - samp.dll re-imp...
Forum: Programming
Last Post: Knogle
2026-06-22, 09:21 PM
» Replies: 0
» Views: 138
[Lançamento] Spawn — IDE ...
Forum: Portuguese/Português
Last Post: Daniil Korochansky
2026-06-22, 01:25 PM
» Replies: 0
» Views: 88

 
  GetPlayerResolution()
Posted by: Sauron - 2020-03-27, 01:08 AM - Forum: Questions and Suggestions - No Replies

Hello!



Can you please include that feature of Hual here:?https://github.com/Hual/SA-MP-Plus/wiki/GetPlayerResolution



It would be useful for showing the correct textdraw size depending on the player'?game resolution.



A big thanks if it gets accepted!



Sincerely Sauron!


  New funtions
Posted by: ThePez - 2020-03-26, 07:43 PM - Forum: Questions and Suggestions - Replies (2)

can make new functions like these...



https://forum.sa-mp.com/showthread.php?t=102997



also the SA-MP Plus library


  Next and back button for dialogs.
Posted by: Stefhan - 2020-03-24, 05:51 PM - Forum: Pawn Scripting - Replies (4)

I have been trying to add a next/back button?to this dialog for every 10 results. So far, I haven't managed to do it, hence I reverted the code back to the version without that.



Can anyone help me figure this out? There's really no good guide on this.

Code:
? ? ? ?case E_WARP_DIALOG_EXTS:

? ? ? ?{

? ? ? ? ? ?new warpstr[2000];

? ? ? ? ? ?format(warpstr, sizeof warpstr, INLINE[COLOR_SPOPT]"ID\t" INLINE[COLOR_SPOPT]"Name\n");

? ? ? ? ? ?for(new i = 0; i < MAX_WARPS; i)

? ? ? ? ? ?{

? ? ? ? ? ? ? ?if(!g_WarpsInfo[i][E_WARP_EXISTS])

? ? ? ? ? ? ? ? ? ?continue;

? ? ? ? ? ? ? ?if(g_WarpsInfo[i][E_WARP_CATEGORY] != 1) // 1 is the category ID for exteriors

? ? ? ? ? ? ? ? ? ?continue;

? ? ? ? ? ? ? ?else

? ? ? ? ? ? ? ? ? ?format(warpstr, sizeof(warpstr), "%s" INLINE[COLOR_OPTION] "#%d\t" INLINE[COLOR_OPTION] "%s\t\n", warpstr, i, g_WarpsInfo[i][E_WARP_NAME]);

? ? ? ? ? ?}



? ? ? ? ? ?inline DialogResponse_2(_playerid, dialogid, response, listitem, inputtext[])

? ? ? ? ? ?{

? ? ? ? ? ? ? ?#pragma unused dialogid, listitem

? ? ? ? ? ? ? ?if(!response)

? ? ? ? ? ? ? ?{

? ? ? ? ? ? ? ? ? ?WARPS_TeleportList(_playerid, E_WARP_DIALOG_MAIN);

? ? ? ? ? ? ? ?}

? ? ? ? ? ? ? ?if(response)

? ? ? ? ? ? ? ?{

? ? ? ? ? ? ? ? ? ?new str[256], warp_id;



? ? ? ? ? ? ? ? ? ?sscanf(inputtext[1],"d",warp_id);



? ? ? ? ? ? ? ? ? ?DelayedTeleport(playerid, g_TeleportDelay, g_WarpsInfo[warp_id][E_WARP_POS][0], g_WarpsInfo[warp_id][E_WARP_POS][1], g_WarpsInfo[warp_id][E_WARP_POS][2]\

? ? ? ? ? ? ? ? ? ?,?g_WarpsInfo[warp_id][E_WARP_POS][3], g_WarpsInfo[warp_id][E_WARP_WORLD], g_WarpsInfo[warp_id][E_WARP_INT]);



? ? ? ? ? ? ? ? ? ?format(str, sizeof(str), "%s %s(%d) has warped to %s(%d).", ReturnStaffLevel(playerid), ReturnICName(playerid), playerid, g_WarpsInfo[warp_id][E_WARP_NAME], warp_id);

? ? ? ? ? ? ? ? ? ?ABroadCast(COLOR[COLOR_SADMIN], str, 1);

? ? ? ? ? ? ? ?}

? ? ? ? ? ?}

? ? ? ? ? ?Dialog_ShowCallback(playerid, using inline DialogResponse_2, DIALOG_STYLE_TABLIST_HEADERS, INLINE[COLOR_HEADER] "Exterior Warps", warpstr, "Teleport", "Return");

? ? ? ?}


  textdraw editors
Posted by: Metro - 2020-03-15, 01:40 PM - Forum: Pawn Scripting - Replies (1)

how do people create textdraws nowadays? I have the full sampctl setup and all that but trying to install textdraw editors makes me kill myself because they don't even compile due to standard library conflicts and whatnot



is there anyone here who uses textdraw editors using sampctl who could help? i've had no luck so far


Smile [Dudas]
Posted by: whislire - 2020-03-12, 05:08 AM - Forum: Spanish/Español - Replies (1)

Buenas noches a todos mi consulta es al siguiente he comenzado a editar una gamemode que trabaja con m?dulos es necesario compilar con un programa aparte (?)



desde ya muchas gracias :D


  Coronavirus thread
Posted by: Metro - 2020-03-11, 08:34 AM - Forum: Chat - Replies (11)

So we all know what the deal is

How are you guys holding up?

Over here in Italy it's pretty bad, some regions are in quarantine and since a few days ago the whole country's been on lockdown. Most businesses are closed, I haven't been to school in weeks now and in some places there's even police patrols going around with megaphones telling people to stay inside

pretty spooky stuff, but i've taken the occasion to get some dust off my samp scripting


  What map editor do you guys use?
Posted by: Metro - 2020-03-09, 04:39 PM - Forum: Pawn Scripting - Replies (2)

I've looked for more modern and comfortable map editors through the forums but everyone still seems to use the ancient godawful SAMP Map Editor.?



What map editor do you guys use? Is there any editor you would recommend due to its more user friendly interface and features?


  [MAP] Drug Tunnel
Posted by: DeadDon - 2020-03-09, 11:48 AM - Forum: Videos and Screenshots - Replies (5)

[Image: n3Le0ct.jpg]



Recently I've been starting to work on a Narcos project with Abruzzi, I also started to renew a 2 year old gamemode of mine and I've mad this map which will be implemented in both projects.

The map is 0.3.7. although it gets you from the interior to the outside world.



From the strip bar, you have to go through the basement of the bar, to enter the long tunnel and to reach the basement of a warehouse, which leads you up through an elevator (no teleporation needed)...



If you want to test the map or consider collaborating with me on the project, you can also visit my discord:

https://discord.gg/E9vvK9r or visit the beta host of the server and type /spawnme to visit the tunnel map ( 5.135.24.181:6969 )



[Image: bXfzKOw.jpg]



[Image: 47WEu3H.jpg]



[Image: 8lJ9QZQ.jpg]



[Image: RIA9wBF.jpg]



[Image: db4401p.jpg]



[Image: baEaxBs.jpg]



[Image: 9XsoIzU.jpg]



[Image: SxYdKfW.jpg]



[Image: mk71Q3k.jpg]



[Image: r58UjlI.jpg]



[Image: bTmqyBs.jpg]



[Image: pXRVJza.jpg]


Wink Just Need Help In Editing A Script
Posted by: joshua963 - 2020-03-06, 10:15 AM - Forum: Pawn Scripting - Replies (1)

i need help in editing the script because some of the commands is not working and some other things.. just reply or chat me in discord [Winner#1863]


  [Ayuda] Limitador de velocidad
Posted by: ThePez - 2020-03-02, 07:39 PM - Forum: Programación - Replies (2)

Buenos d?as



He estado investigando como hacer un limitador de velocidad, es decir

cuando un jugador ejecute un comando estando en un veh?culo,?

no puede tener mas velocidad que la establecida por el.



/limitador [velocidad]

[velocidad] es la velocidad m?xima?alcanzada por el veh?culo



para ello encontr? una funci?n



PHP Code:
SetVehicleVelocity(vehicleidFloat:XFloat:YFloat:Z); 



Aun no se como implementarla.

como comprobar para que direccion esta yendo.



PHP Code:
CMD:limitador(playeridparams[])

{

? ? if(!
sscanf(params"d"velocidad))

? ? {

? ? ? ??new 
vehicleid =?GetPlayerVehicleID(playerid);

? ?? ? ?
SetVehicleVelocity(vehicleidvelocidadvelocidadvelocidad);

? ??}





En este CMD hay varios errores, falta comprobar si esta en un veh?culo y si la velocidad es mas alta de lo que puede ir en realidad el vehiculo.

no se me ocurre una forma de lograr esto.