| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,626
» Latest member: D4niell
» Forum threads: 2,463
» Forum posts: 12,497
Full Statistics
|
| Online Users |
There are currently 344 online users. » 0 Member(s) | 341 Guest(s) Bing, Yandex, Applebot
|
| Latest Threads |
FCNPC for open.mp - the c...
Forum: Plugins
Last Post: Xyranaut
Yesterday, 01:26 AM
» Replies: 0
» Views: 37
|
🚀 ¡Buscamos Mapeador para...
Forum: Discusión GTA SA Multijugador
Last Post: Dramack
2026-05-25, 05:34 PM
» Replies: 0
» Views: 39
|
Welcome to los santos !
Forum: Advertisements
Last Post: xInVinCiBlE
2026-05-25, 10:00 AM
» Replies: 0
» Views: 42
|
RevolutionX DM/Stunt/Race...
Forum: Advertisements
Last Post: CJ101
2026-05-24, 04:30 PM
» Replies: 0
» Views: 40
|
How to transfer my server...
Forum: Support
Last Post: Telzin2k
2026-05-24, 03:13 PM
» Replies: 1
» Views: 60
|
League A/D — Attack & Def...
Forum: Gamemodes
Last Post: DrVandersexxx
2026-05-23, 09:16 AM
» Replies: 0
» Views: 64
|
ourFarm.pl - Polski Serwe...
Forum: Serwery
Last Post: Sztakier
2026-05-23, 09:00 AM
» Replies: 0
» Views: 57
|
PROJECT: RENEWAL ROLEPLAY...
Forum: Advertisements
Last Post: zin
2026-05-21, 12:21 AM
» Replies: 2
» Views: 159
|
Welcome to los santos !
Forum: Advertisements
Last Post: xInVinCiBlE
2026-05-20, 07:48 AM
» Replies: 0
» Views: 79
|
open.mp for MacOS
Forum: Releases
Last Post: Xyranaut
2026-05-19, 10:17 PM
» Replies: 2
» Views: 188
|
|
|
| SHA256 SALT in PHP? |
|
Posted by: CoPete? - 2021-04-08, 08:59 PM - Forum: Programming
- Replies (1)
|
 |
Hi!?please I would like you to help me authenticate the users on the web page, the problem I have is that I use in the gamemode the password settlement system sha256 a salt that I got in forum samp (maybe they know which)?and I don't know how I could do an autiticator?in php, thanks
|
|
|
|
| Help |
|
Posted by: Nightmare - 2021-04-08, 04:45 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
hello i'm new in pawn scripting, i'm compiling a filterscript, and appears this error: "undefined symbol 'AddSimpleModel'". I searched how solve it but i don't found solutions. Can someone help?
img link:
https://prnt.sc/117hc5z
|
|
|
|
| Dialog selection doesn't work. |
|
Posted by: Axitz - 2021-04-08, 03:57 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hi sorry for keep creating thread.
I'm not really familiar with dialog system, therefore I tried creating it in dialog version but it doesn't work like what I wanted it to be.
I clicked one of the vehicle but it select everything and unimpound everything I owned plus the faction vehicles.
I have to upload it on pastebin due to thread messed up the code.
https://pastebin.com/raw/BG9f6WQn
|
|
|
|
| A correctly installed Filterscript (driverfs) does not work. |
|
Posted by: Boxi - 2021-04-07, 06:33 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
Hi it's me again :C (I think I'll get banned from this forum if I keep posting so often :P)
Anyway, I need your help to install this FilterScript?https://github.com/Naseband/SAMP-Driver-FS??I downloaded and installed all the libraries it requires, I compiled it without problems, but when I install it on the server and try to use a command I get the message "Unknown command" when the command I use is defined, basically it's as if the FS does not start.
Someone already tried to install this FS or know how to solve this problem? I would appreciate your help. Greetings to all!
|
|
|
|
| Not sending an error message |
|
Posted by: Axitz - 2021-04-07, 02:32 PM - Forum: Pawn Scripting
- Replies (5)
|
 |
I have this problem when I use the other method, it does work but if I change it the way I wanted, it doesn't. Please help.?
This one does work.
PHP Code: if(Vehicles[vehicleid][impounded] == 1) return SendClientMSG(playerid, COLOR_RED, "{ff6347}Error: Unable to spawn because it is impounded.");
This one doesn't work. No Idea why.
PHP Code: if(Vehicles[vehicleid][impounded] == 1) return SendClientMSG(playerid, COLOR_RED, "{ff6347}Error: Unable to spawn %s (ID: %d) because it is impounded.",GetVehicleName(Vehicles[vehicleid][vrID]), vehicleid);
|
|
|
|
| What is ColAndreas for? |
|
Posted by: Boxi - 2021-04-07, 01:39 PM - Forum: Pawn Scripting
- Replies (3)
|
 |
I've seen it, on several sites. But I don't know what it is or what it's for, its description on GitHub doesn't tell me much. Does anyone know? thanks!
|
|
|
|
|