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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,640
» Latest member: iiak32484
» Forum threads: 2,346
» Forum posts: 12,285

Full Statistics

Online Users
There are currently 394 online users.
» 0 Member(s) | 391 Guest(s)
Bing, Google, Baidu

Latest Threads
u4gm Battlefield 6 Season...
Forum: Art
Last Post: iiak32484
16 minutes ago
» Replies: 0
» Views: 1
u4gm Bonestorm Crushes Pa...
Forum: Life
Last Post: iiak32484
17 minutes ago
» Replies: 0
» Views: 1
u4gm FC 26 Ultimate Team ...
Forum: Tech
Last Post: iiak32484
19 minutes ago
» Replies: 0
» Views: 1
u4gm Battlefield 6 Season...
Forum: Chat
Last Post: iiak32484
21 minutes ago
» Replies: 0
» Views: 1
How to Use Sleep Pots for...
Forum: General Discussions
Last Post: BrightNestK
Yesterday, 07:03 AM
» Replies: 0
» Views: 24
undefined symbol
Forum: Portuguese/Portugu?s
Last Post: leobradoks
2025-10-25, 08:58 PM
» Replies: 1
» Views: 1,591
SA:MP Custom Character Li...
Forum: General Discussions
Last Post: Dilshad
2025-10-22, 04:15 PM
» Replies: 0
» Views: 60
Anyone got old rp scripts...
Forum: General Discussions
Last Post: Bilal
2025-10-21, 01:02 PM
» Replies: 5
» Views: 5,275
Anyone has the SARP Gamem...
Forum: Gamemodes
Last Post: Bilal
2025-10-21, 12:59 PM
» Replies: 0
» Views: 105
SARP Gamemode
Forum: Releases
Last Post: Bilal
2025-10-21, 12:58 PM
» Replies: 0
» Views: 67

 
  Inventory System
Posted by: RhaegarX - 2021-02-01, 02:46 AM - Forum: Pawn Scripting - Replies (2)

I am developing a Gamemode entirely in MySQL and I would like to create an item inventory system that stores food, accessories, among others.? However with the closed samp forum it is kind of hard to find content.? so I would like to know if anyone has a system like this so that I can study and understand how the logic behind it works, or if anyone could give an idea of what that logic would be like.


  SUMMING OBJECTS !!
Posted by: Gustavo P - 2021-01-31, 11:40 PM - Forum: Pawn Scripting - No Replies

some objects disappear from nowhere, how can i solve?


  Problems with y_hooks
Posted by: Frajola - 2021-01-31, 10:17 PM - Forum: Support - Replies (3)

y_hooks featuring warnings



PHP Code:
warning 200symbol "@yH_OnVehicleDamageStatusUpdate" is truncated to 31 characters

warning 200
symbol "@yH_OnVehicleDamageStatusUpdate" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerCommandPerformed@00" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerCommandPerformed@00" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerEnterRaceCheckpoint" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerEnterRaceCheckpoint" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerClickPlayerTextDraw" is truncated to 31 characters

warning 200
symbol "@yH_OnPlayerClickPlayerTextDraw" is truncated to 31 characters 





How to handle very large public names ?


  [Pedido] Como detectar s0beit.
Posted by: FelipeSilva - 2021-01-31, 09:43 PM - Forum: Portuguese/Portugu?s - Replies (8)

O t?tulo ? auto explicativo, como fa?o para?detectar se um jogador est? utilizando?s0beit?


  bcrypt
Posted by: Behemoth - 2021-01-30, 05:43 PM - Forum: Pawn Scripting - Replies (10)

Hey



I'm moving from whirlpool to bcrypt and really can't understand it. can someone give me an example of how you'd verify a password is the same as what is held in the sql db? i can register fine and it saves the password correctly, i'm just struggling to actually check it.



thanks


  [HELP] Animations
Posted by: fivezerofour - 2021-01-30, 05:40 PM - Forum: Pawn Scripting - Replies (1)

Hey, so I wanted to ask maybe someone knows how to allow the player to move while playing animation, just like LSRP? I can't find any solution to that. Thanks!


  kamikaze Artwork [GTA Style]
Posted by: Kamikaze - 2021-01-30, 01:41 PM - Forum: Art - Replies (1)

[Image: p5CvdO9.png]

[Image: jThksLE.png]

?

Taking REQS (FIVERR)

?

Copyright ? 2021 by kamikaze#8688?

All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.


  How to create a SAMP client in node js?
Posted by: goldprince - 2021-01-30, 11:34 AM - Forum: Support - Replies (4)

Hello, I want to know, Is there any library or way to create a SAMP (San Andreas Multi Player)?client in?node js, I am working in?node js and I want to create a SAMP client.

Thank You,


Exclamation [Help] load vehicle onto flatbed cmd.
Posted by: Disretired - 2021-01-30, 12:05 AM - Forum: Pawn Scripting - Replies (1)

Hello again, hopefully this is the last time I will need help. So our community is looking to have the ability to load a car onto the flatbed (DFT) and it stay on for towing purposes. Now our base script did have a command for this however those commands do not work and even on the original server that our script was based off of it never worked.



Below I've attatched the pastebin link of what flatbed towing system came with the server, if anyone knows how to repair it and make it work, or where I could find a public released script/filter that can allow us to load and unload vehicles from a flatbed that would be greatly appreciated. any fix will be of course credited in our gamemode.



https://pastebin.com/DZS0pZiR


  Gamemode does not compile using YSI includes
Posted by: Frajola - 2021-01-29, 11:18 PM - Forum: Support - Replies (3)

Hello guys, I'm developing my gamemode in module, and recently I decided to implement YSI includes to use y_iterate and y_hooks.?



However when adding YSI includes, declare y_iterate and remove the foreach my gamemode does not compile, it doesn't display any errors, it just doesn't compile.



I'm just using the player loop in my scripts: "foreach (new i: Player)"



The only thing I did was install the latest version (5.4.102) of YSI includes, remove the include foreach declaration: "#include <foreach>", and declare the new one, which is y_iterate: "#include <YSI_Data \ y_iterate> ". only that.