| 
| Welcome, Guest |  
| You have to register before you can post on our site. 
 
 |  
 
 
| Forum Statistics |  
| » Members: 7,647 » Latest member: zeyydevv
 » Forum threads: 2,349
 » Forum posts: 12,291
 
 Full Statistics
 |  
 
| Online Users |  
| There are currently 286 online users. » 1 Member(s) | 282 Guest(s)
 Google,  Bing,  Baidu,  king599
 |  
 
| Latest Threads |  
| [HELP]How to Retrieve and... Forum: Pawn Scripting
 Last Post: walterliz
 Today, 08:29 AM
 » Replies: 2
 » Views: 3,575
 |  
| YGG-Reborn Forum: Advertisements
 Last Post: Mw10
 Today, 08:12 AM
 » Replies: 0
 » Views: 16
 |  
| Need assistance Forum: Pawn Scripting
 Last Post: michaeljordan
 Today, 07:53 AM
 » Replies: 2
 » Views: 164
 |  
| How to create a custom SA... Forum: Support
 Last Post: henryjohn
 Today, 07:39 AM
 » Replies: 2
 » Views: 1,444
 |  
| [GameMode] Brasil Vida Id... Forum: Portuguese/Portugu?s
 Last Post: Brasil Vida Ideal
 Today, 01:12 AM
 » Replies: 0
 » Views: 14
 |  
| Grand Gang War (GGW) Forum: Advertisements
 Last Post: coladaciren
 Yesterday, 10:00 AM
 » Replies: 0
 » Views: 22
 |  
| u4gm Battlefield 6 Season... Forum: Art
 Last Post: iiak32484
 Yesterday, 07:46 AM
 » Replies: 0
 » Views: 24
 |  
| u4gm Bonestorm Crushes Pa... Forum: Life
 Last Post: iiak32484
 Yesterday, 07:45 AM
 » Replies: 0
 » Views: 24
 |  
| u4gm FC 26 Ultimate Team ... Forum: Tech
 Last Post: iiak32484
 Yesterday, 07:43 AM
 » Replies: 0
 » Views: 41
 |  
| u4gm Battlefield 6 Season... Forum: Chat
 Last Post: iiak32484
 Yesterday, 07:42 AM
 » Replies: 0
 » Views: 18
 |  
 |  | 
 
 
| 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!
			 |  
		|  |  |  
 
 
| 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
 |  
		|  |  |  
 
| CreateDynamic3DTextLabel doesn't appear on the server. |  
| Posted by: Axitz  - 2021-04-06, 09:49 AM - Forum: Pawn Scripting 
- Replies (2) |  
| 
	
		
|  | 
				My label doesn't appear on the server, any idea why?
 
 
 
 
 
 PHP Code: enum FInfo {
 .
 
 .
 
 .
 
 Text3D:HQLabel
 
 }
 
 
 
 
 
 
 
 
 
 PHP Code: LoadFactions() {
 for(new i = 0, l = MAX_FACTIONS; i != l; i)
 
 {
 
 ? ? FactionInfo[i][FActive] = false;
 
 ? ?
 
 ? ? new iMessage[256], iFormat[128];
 
 format(iFormat, sizeof(iFormat), "Faction HQ"); strcat(iMessage, iFormat);
 
 FactionInfo[i][HQLabel] = CreateDynamic3DTextLabel(iMessage, 0xFFFFFFFF, FactionInfo[i][fenter_x], FactionInfo[i][fenter_y], FactionInfo[i][fenter_z].3, 20.0); // Yeah Ok
 
 }
 
 }
 
 |  
		|  |  |  
 
 |