| Welcome, Guest | 
 
You have to register before you can post on our site. 
 
 | 
 
  
 
| Forum Statistics | 
 
» Members: 7,652 
» Latest member: remus 
» Forum threads: 2,346 
» Forum posts: 12,287
  Full Statistics
 | 
 
 
 
| Online Users | 
 
There are currently 87 online users. » 0 Member(s) | 83 Guest(s) Bing,  Google,  Baidu,  Yandex
 | 
 
 
 
| Latest Threads | 
 
Ultimate Roleplay!!
 
Forum: Advertisements  
Last Post: URP_Wrzosek 
Yesterday, 09:43 AM 
» Replies: 2 
» Views: 56
 | 
 
samp openmp scripts
 
Forum: German/Deutsch 
Last Post: pauli 
2025-11-01, 01:21 AM 
» Replies: 0 
» Views: 53
 | 
 
YGG-Reborn
 
Forum: Advertisements  
Last Post: Mw10 
2025-10-31, 08:12 AM 
» Replies: 0 
» Views: 57
 | 
 
[GameMode] Brasil Vida Id...
 
Forum: Portuguese/Portugu?s 
Last Post: Brasil Vida Ideal 
2025-10-31, 01:12 AM 
» Replies: 0 
» Views: 47
 | 
 
Grand Gang War (GGW)
 
Forum: Advertisements  
Last Post: coladaciren 
2025-10-30, 10:00 AM 
» Replies: 0 
» Views: 49
 | 
 
undefined symbol
 
Forum: Portuguese/Portugu?s 
Last Post: leobradoks 
2025-10-25, 08:58 PM 
» Replies: 1 
» Views: 1,617
 | 
 
SA:MP Custom Character Li...
 
Forum: General Discussions 
Last Post: Dilshad 
2025-10-22, 04:15 PM 
» Replies: 0 
» Views: 100
 | 
 
Anyone got old rp scripts...
 
Forum: General Discussions 
Last Post: Bilal 
2025-10-21, 01:02 PM 
» Replies: 5 
» Views: 5,328
 | 
 
Anyone has the SARP Gamem...
 
Forum: Gamemodes 
Last Post: Bilal 
2025-10-21, 12:59 PM 
» Replies: 0 
» Views: 166
 | 
 
SARP Gamemode
 
Forum: Releases 
Last Post: Bilal 
2025-10-21, 12:58 PM 
» Replies: 0 
» Views: 106
 | 
 
 
 
 | 
  | 
|   Error with TextDrawSetString ?? | 
 
| 
Posted by: DaZzY  - 2020-10-24, 04:12 PM - Forum: Pawn Scripting 
- Replies (2)
 | 
 
	
		
  | 
		
			 
				Hello i want to create a TD of FUEL And i get error when i use?TextDrawSetString? 
 
 
 
 Quote:C:\Users\user\Desktop\Samp\samp server\gamemodes\SFUD.pwn(5445) : error 029: invalid expression, assumed zero 
 
C:\Users\user\Desktop\Samp\samp server\gamemodes\SFUD.pwn(5445) : warning 215: expression has no effect 
 
C:\Users\user\Desktop\Samp\samp server\gamemodes\SFUD.pwn(5445) : error 001: expected token: ";", but found "]" 
 
C:\Users\user\Desktop\Samp\samp server\gamemodes\SFUD.pwn(5445) : error 029: invalid expression, assumed zero 
 
C:\Users\user\Desktop\Samp\samp server\gamemodes\SFUD.pwn(5445) : fatal error 107: too many error messages on one line 
 
 
 
 
 
This is on Gamemodeini : 
 
 
 
Quote:g_Player[playerid][td_fuel] = CreatePlayerTextDraw(playerid,45.000000,324.000000,"Fuel: 100");  
 
? ? PlayerTextDrawBackgroundColor(playerid,g_Player[playerid][td_fuel],0x00000033);  
 
? ? PlayerTextDrawFont(playerid,g_Player[playerid][td_fuel],3); / 
 
? ? PlayerTextDrawLetterSize(playerid,g_Player[playerid][td_fuel],0.699999,1.700000);  
 
? ? PlayerTextDrawColor(playerid,g_Player[playerid][td_fuel],0x000000ff);  
 
? ? TextDrawSetShadow(playerid,g_Player[playerid][td_fuel],3); 
 
 
 
 
 
 
 
Quote:public timer_fuel_lower() 
 
{ 
 
? ? for(new i=0;i<MAX_PLAYERS;i) { // 
 
? ? ? ? if (isrefuelling[i]) continue; // 
 
? ? ? ? new vid = GetPlayerVehicleID(i); // 
 
? ? ? ? if (GetPlayerVehicleSeat(i) == 0) { // 
 
? ? ? ? ? ? fuel[vid] = fuel[vid] -1; // 
 
? ? ? ? ? ? if (fuel[vid]<1) // 
 
? ? ? ? ? ? { 
 
? ? ? ? ? ? ? ? fuel[vid] = 0; // 
 
? ? ? ? ? ? ? ? RemovePlayerFromVehicle(i); // 
 
? ? ? ? ? ? ? ? GameTextForPlayer(i,"~r~You are out of ~w~fuel~r~!",5000,4); // 
 
? ? ? ? ? ? } 
 
? ? ? ? } 
 
? ? ? ?  
 
? ? ? ? new tdstring[32]; 
 
? ? ? ?format(tdstring,sizeof tdstring,"Fuel:%i",fuel[vid]); 
 
? ? ? ? TextDrawSetString([td_fuel][i], tdstring); < Line 5445 
 
 
 
? ? } 
 
 
 
} 
 
 
 
 
 
Whats wrong please ??
			
			
		 | 
	 
	
		| 
			
				
					
					
				
			
		 | 
	 
 
 | 
 
 
 
 
 
|   Help with Custom Weapon Names | 
 
| 
Posted by: RoBy41  - 2020-10-23, 02:08 PM - Forum: Pawn Scripting 
- Replies (5)
 | 
 
	
		
  | 
		
			 
				Lately I noticed that Roleplay servers scripts allow weapons with the same ID (for example, a Deagle) to be stored in a player's inventory under different names. For example, if a player (from Grove Street Families)?has a Deagle on him, if he does /inventory (hypothetically), instead of Deagle, the weapon's name is ''Glock''. Also, let's say there is another player (from Ballas) that has a Deagle on him. But in this case, the weapon's name?(Deagle) can be another weapon name other than Glock (that the first player has), for example, when the second player does /inventory, the name of the Deagle is ''Beretta''. 
 
 
 
How can you do that?
			 
			
		 | 
	 
	
		| 
			
				
					
					
				
			
		 | 
	 
 
 | 
 
 
 
 
|   Scriptfiles created with fopen(File: file, io_append), gets deleted | 
 
| 
Posted by: Mergevos  - 2020-10-22, 09:40 PM - Forum: Pawn Scripting 
- No Replies
 | 
 
	
		
  | 
		
			 
				As the title says, files created with io_append gets deleted everytime server (re)starts?up again.? 
 
 
 
Code is this function:?https://github.com/Mergevos/samp-logging/blob/master/logging.inc#L182 
 
 
 
File gets created, and all of the content is written into, but when server starts again, it gets deleted.
			 
			
		 | 
	 
	
		| 
			
				
					
					
				
			
		 | 
	 
 
 | 
 
 
 
 
 
 
|   PlayAudioStreamForPlayer Not Working | 
 
| 
Posted by: Grate Maharlika  - 2020-10-22, 09:14 AM - Forum: Pawn Scripting 
- Replies (2)
 | 
 
	
		
  | 
		
			 
				Why PlayAudioStreamForPlayer is not working on me (im using horizon roleplay script (y_ini) is there anything i should add? What PlayAudioStreamForPlayer plugins or requirements to make it run? It actually works ingame but when it plays now after 2-4 seconds it will stop and if i play again it wont work *(im not using youtube link)
			 
			
		 | 
	 
	
		| 
			
				
					
					
				
			
		 | 
	 
 
 | 
 
 
 
 |