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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,253
» Latest member: punhetovisk
» Forum threads: 2,378
» Forum posts: 12,292

Full Statistics

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

Latest Threads
some text appearing in my...
Forum: Support
Last Post: Sizy
2 hours ago
» Replies: 0
» Views: 2
Want to edit my profile n...
Forum: Chat
Last Post: Helengrace22
7 hours ago
» Replies: 2
» Views: 597
Offensive-Core: TDM
Forum: Gamemodes
Last Post: NikitaFoxze
9 hours ago
» Replies: 3
» Views: 3,624
Art
Forum: Chat
Last Post: Helengrace22
Yesterday, 10:47 AM
» Replies: 1
» Views: 456
Second Generation Rolepla...
Forum: Advertisements
Last Post: JamesT
2025-07-06, 10:28 AM
» Replies: 0
» Views: 23
Servidor RPG profissões
Forum: Advertisements
Last Post: tcharlesmeurer
2025-07-05, 11:35 PM
» Replies: 0
» Views: 24
EVO Anti-Cheat
Forum: Libraries
Last Post: Eduardo_AC
2025-07-05, 11:05 PM
» Replies: 2
» Views: 62
Developer for Hire – Syst...
Forum: Pawn Scripting
Last Post: ejtamovic
2025-07-04, 08:35 AM
» Replies: 0
» Views: 54
Liberty City map
Forum: Pawn Scripting
Last Post: ziyadprogamer
2025-06-28, 04:55 PM
» Replies: 2
» Views: 2,186
GameText styles in open.m...
Forum: Pawn Scripting
Last Post: Miki
2025-06-28, 01:25 PM
» Replies: 1
» Views: 67

 
  [SOLVED] How to quickly find ERROR results in the old Build Result Pawncc compiler ?
Posted by: PutuSuhartawan - 2021-04-30, 11:17 PM - Forum: Pawn Scripting - Replies (6)

SOLUTION:

Code:
Open the noteped text editor copy notification from compiler and paste to noteped editor, Finaly CTR  F a error words faster then



How to quickly find ERROR results in the old Build Result Pawncc compiler, i cant? CTRL F.

Frankly speaking, the result compiler system can't be CTRL F. So my eyes are dizzy looking for the error message because there are too many warnings, even more than 3000 warnings?


  [SOLVED] how make a correct IF function with for parameter vehicle ID == enum id
Posted by: PutuSuhartawan - 2021-04-30, 10:50 PM - Forum: Pawn Scripting - Replies (4)

SOLUTION:

Code:
stock IsPlayerInDealerVehicle(playerid)



{



new s; new invehicleid = GetPlayerVehicleID(playerid);



for( s=1; s<MAX_SALON_SLOT; s)



? ? ? ? {











for(new salon=1; salon<MAX_SALON; salon)



? ? ? ? {



? ? ? ? ? ? ?



? ? ? ? ? ? ? if(SalonCarIdSlot[salon][s] == invehicleid)



? ? ? ? ? ? ? {



? ? ? ? ? ? ??







? ? ? ? ? ? ? SetPVarInt(playerid, "UseIdSalon", salon);







SetPVarInt(playerid, "UseSlotSalon", s);



? ? ? ? ? ? ? new sVehSlotDeal = s;



? ? ? ? ? ? ? new salonDealID = salon;



? ? ? ? ? ? ? new st[160];



format(st,sizeof(st),"Anda yakin ingin membeli nomor tansport %i?\n\nModel: %s\nBiaya: $%i",



sVehSlotDeal ,NameCars(SalonModelSlot[salonDealID][sVehSlotDeal]),SalonPriseSlot[salonDealID][sVehSlotDeal]);



ShowPlayerDialog(playerid,64, DIALOG_STYLE_MSGBOX, "Pasar mobil", st, "Untuk membeli", "Keluarlah");



? ? ? ? ? ? ? return true;



? ? ? ? ? ? ? }



? ? ? ? ? ? ?







? ? ? ? }



}? ? ? ? ?











return 0;







}



how to make a correct IF function with the required parameter for a vehicle ID that has many Increments?

I find it difficult to match the player into a particular car.



Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)

{

if(!ispassenger)

{

new slot=GetPVarInt(playerid,"SalonSlot");

new salon;

for(new s=1;s<MAX_SALON_SLOT;s)

? ? ? ? ? ? {

? ? ? ? ? ? ?







if(vehicleid == SalonCarIdSlot[salon][s] )

{

new st[160];

format(st,sizeof(st),"Anda yakin ingin membeli nomor tansport %i?\n\nModel: %s\nBiaya: $%i",slot,NameCars(SalonModelSlot[s][slot]),SalonPriseSlot[s][slot]);

ShowPlayerDialog(playerid,64, DIALOG_STYLE_MSGBOX, "Pasar mobil", st, "Untuk membeli", "Keluarlah");

}





}



}





// IS THE CODE TRUE FOR ?

// If function detect is that vehicle a vehicle created for dealer vehicle

}



How to display dialog style on certain vehicles group enum?


  No puedo entrar a muchos servidores.
Posted by: Chessy - 2021-04-30, 05:09 PM - Forum: Programaci?n - Replies (2)

hi there, i simply cannot connect to any server that i list, but when i go in the Internet tab it shows a lot of servers, and i can play them, but this ones not, for some reason not, i tried using the numeric IP and it either didn't work



Hola gente, tengo un problema, y es que simplemente no me puedo conectar a ninguno de los servidores que tengo en mi lista de favoritos, pero cuando voy a la pesta?a Internet me muestra un mont?n de servidores, a los cuales puedo jugar,?y si los agrego a mi lista tambi?n, excepto justo estos que muestro en la lista, tampoco cambiando la IP DNS por la num?rica afecta en nada



Qu? fue lo que prob?:

* Reinstalar el GTA y dejarlo virgen s?lo con SA-MP, reinstalar SA-MP solo

* Borrar todo lo del regedit relacionado a SA-MP

* Deshabilitar totalmente el Firewall de Windows, agregar SA-MP como excepci?n total

* Crear otro usuario de Windows

* Reiniciar el modem durante 10 minutos varias veces (no cambia nunca la IP)

* Trat? de usar otros launchers de SA-MP, tampoco, nada.

* Los VPN me andan muy lageados



Cuando hago ping a estos servidores con ping x en cmd funciona bien.



Qu? puede estar pasando? Alguna idea?



Es s?lo conmigo, tengo un amigo a 2 casas de distancia que tiene el mismo proveedor de internet y se puede conectar a todos estos. Ya no s? qu? hacer.



[Image: stv7wmT.jpg]


  How to run samp android on PC
Posted by: annety - 2021-04-29, 12:46 PM - Forum: Support - Replies (4)

How to run samp android on PC?


  HELP! How to display data from enum trunk to DIALOG_STYLE_TABLIST_HEADERS
Posted by: PutuSuhartawan - 2021-04-29, 05:49 AM - Forum: Pawn Scripting - No Replies

So right here, I have a vehicle trunk data table but I am confused about sorting the list items in the vehicle in the same dialog. How do you get from the table with the same vehicle ID to be displayed in the sytle header dialog, all items that should be in the same car appear sequentially?


  Is there a bandage animation?
Posted by: Boxi - 2021-04-28, 09:07 PM - Forum: Pawn Scripting - Replies (1)

well basically I would like to know if there is an animation where the character puts on the bandages (or similar) thanks!


  [SOLVED] How to get Zcmd to notify you when a command is wrong
Posted by: PutuSuhartawan - 2021-04-28, 05:47 PM - Forum: Pawn Scripting - Replies (2)

Code:
// SOLUTION

public OnPlayerCommandPerformed(playerid, cmdtext[], success)

{

if(!success) return SendClientMessage(playerid, -1, "INVALID CMD.");



return 1;

}





For 6 months I was confused about how to notify someone that someone typed cmd. because since using include zmd, the function for warning notification of cmd input errors has been lost so far in my gamemode. please help sir.


  MYSQL R41-4
Posted by: israel_Oliveira - 2021-04-28, 02:38 PM - Forum: Support - Replies (6)

Good afternoon, I am using the mysql plugin and I have this problem.



[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]

Code:
[/font][/size][/color]

[04/28/21 11:14:16] [ERROR] mysql_format: invalid connection handle '0'

[04/28/21 11:14:16] [ERROR] mysql_format: invalid connection handle '0'

[04/28/21 11:14:16] [ERROR] mysql_format: invalid connection handle '0'

[04/28/21 11:14:16] [ERROR] error #1065 while executing query "": Query was empty

[04/28/21 11:14:16] [ERROR] error #1065 while executing query "": Query was empty

[04/28/21 11:14:16] [ERROR] error #1065 while executing query "": Query was empty

[04/28/21 11:14:23] [ERROR] mysql_format: invalid connection handle '0'

[04/28/21 11:14:23] [ERROR] error #1065 while executing query "": Query was empty

[04/28/21 11:14:24] [ERROR] mysql_format: invalid connection handle '0'

[04/28/21 11:14:24] [ERROR] error #1065 while executing query "": Query was empty

[04/28/21 11:16:48] [ERROR] error #1064 while executing query "er Logs:{ffffff} ComandoLog

": You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'er Logs:{ffffff} ComandoLog' at line 1





My server and linux and I'm using another windows vps with xampp to use the database

I've managed to make the connection but I can't add or consult anything in the database



Can someone help me?


  Cannot connect to a lot of servers
Posted by: Chessy - 2021-04-28, 04:17 AM - Forum: Support - Replies (1)

hi there, i simply cannot connect to any server that i list, but when i go in the Internet tab it shows a lot of servers, and i can play them, but this ones not, for some reason not, i tried using the numeric IP and it either didn't work

What i tested:
* Reinstalling GTA, Reinstalling SA-MP
* Creating another windows user
* Unabling Windows Firewall totally.

When i ping these servers in cmd they ping correctly with no issues...

Whats happening? Anyone has an idea? Thanks.

Its only with me, i have a friend 2 houses away that has the same ISP and can connect to them all. 100Mbps.

[Image: stv7wmT.jpg]


  PCU
Posted by: Hitler - 2021-04-28, 03:30 AM - Forum: Pawn Scripting - Replies (2)

Espa?ol:?Hola buenas, ?alguien sabe de alguna guia para crear un pcu para mi servidor?, porque he buscado pero no encuentro nada



English:?Hello good, does anyone know of any guide to create a pcu for my server?, Because I have searched but I can not find anything