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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,703
» Latest member: spacewavesfreeio
» Forum threads: 2,501
» Forum posts: 12,576

Full Statistics

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

Latest Threads
My Server keeps closing
Forum: Questions and Suggestions
Last Post: King James
7 hours ago
» Replies: 2
» Views: 96
SAMP-TTS
Forum: Plugins
Last Post: connyxv
Yesterday, 05:31 PM
» Replies: 0
» Views: 54
IndexWeaver
Forum: Plugins
Last Post: itskoleban
Yesterday, 12:56 AM
» Replies: 0
» Views: 44
[BETA] Renaissance DM — O...
Forum: Advertisements
Last Post: DrVandersexxx
2026-07-13, 03:08 PM
» Replies: 2
» Views: 371
Unban
Forum: Chat
Last Post: edgy
2026-07-13, 09:36 AM
» Replies: 8
» Views: 979
Pedestrians
Forum: Plugins
Last Post: Yuu
2026-07-12, 09:01 AM
» Replies: 2
» Views: 465
Looking for a Pawn dev - ...
Forum: General Discussions
Last Post: RedNeckSnailSpit
2026-07-11, 10:07 AM
» Replies: 0
» Views: 67
Custom Launcher
Forum: Questions and Suggestions
Last Post: voidedsphinx
2026-07-10, 05:18 PM
» Replies: 0
» Views: 95
[LIVE] [FRESH START] Ulti...
Forum: Advertisements
Last Post: Neville
2026-07-07, 08:37 PM
» Replies: 0
» Views: 152
[Announcement] Spawn - An...
Forum: Tech
Last Post: ricardofnl
2026-07-07, 10:38 AM
» Replies: 2
» Views: 371

 
  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


  TDEditor 1.17 Bug Box Right Alignment
Posted by: Jhames - 2021-04-08, 02:55 PM - Forum: Pawn Scripting - Replies (2)

Hi guys.



I have a problem in TDEditor 1.17 when I activate the right alignment the box of my text is infinite to the left side and I can't go back, this only happens with the right alignment.




[Image: FqnY0Mp.png]


  [fixed] Entering last checkpoints doesn't give me anything.
Posted by: Axitz - 2021-04-08, 01:31 PM - Forum: Pawn Scripting - No Replies

nvm fixed.


  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(playeridCOLOR_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(playeridCOLOR_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!


  [SOLVED] kick a player when the client different version connects
Posted by: PutuSuhartawan - 2021-04-07, 05:31 AM - Forum: Pawn Scripting - Replies (1)

public OnPlayerConnect(playerid)

{

? ? new

? ? ? ? string[24];

? ? GetPlayerVersion(playerid, string, sizeof(string));

? ? format(string, sizeof(string), "Your version of SA-MP: %s", string);

? ? SendClientMessage(playerid, 0xFFFFFFFF, string);

? ? // possible text: "Your version of SA-MP: 0.3.7"

? ? return 1;

}






what next?


  FIlterscript not loading on my gamemode
Posted by: CrypticSin - 2021-04-06, 11:56 PM - Forum: Pawn Scripting - No Replies

Hello, i'm using a zombie ai filterscript and it seems to be working perfectly fine on a the default game modes like bare.pwn but the filterscript does not work on my custom gamemode..



I've compiled my code and i get no errors/warnings, although according to my research it's something got to do with mysql.



I've got mysql setup for login/register and im still unsure why the NPC's do not appear.



I've added IsPlayerNPC script to public OnDialogResponse just before the login but the NPC's still dont show up. Although i know they are in the game because i can give weapon to them, so they do exist it's jsut i cant see them for some odd reason.



I've been told to write a script to check if there is an NPC on connect, but im unsure of doing that so any help would be appreciated.



Thanks


  Sasinosoft Houses 2.0 (Legacy / Won't Fix)
Posted by: Sasino97 - 2021-04-06, 11:00 PM - Forum: Filterscripts - No Replies

Since the SA-MP Forums are gone, I'm re-publishing?my 2012 housing script here as some people may need it and can't find it.



Features:

- Ownable houses

- Ownable businesses

- Purchase furniture

- House storage (money and weapons)

- Sell house to the bank (not to players)



Github