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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,501
» Latest member: ae888vnio
» Forum threads: 2,413
» Forum posts: 12,360

Full Statistics

Online Users
There are currently 592 online users.
» 1 Member(s) | 589 Guest(s)
Bing, Google, ae888vnio

Latest Threads
San Fierro Cops And Robbe...
Forum: Advertisements
Last Post: Dr0pp
Yesterday, 08:33 PM
» Replies: 0
» Views: 40
Adding new vehicles and s...
Forum: Programming
Last Post: __.A.__
2025-09-12, 07:47 PM
» Replies: 0
» Views: 67
Zona América del Sur Free...
Forum: Advertisements
Last Post: kevinberriosflores
2025-09-12, 02:16 PM
» Replies: 1
» Views: 94
Busco copia de gamemode S...
Forum: Spanish/Espa?ol
Last Post: briancristaldo2021
2025-09-11, 11:14 AM
» Replies: 0
» Views: 80
[Tutorial] Registrando o ...
Forum: Portuguese/Portugu?s
Last Post: Crazy_ArKzX
2025-09-09, 08:36 PM
» Replies: 0
» Views: 222
San Andreas Police Pursui...
Forum: Advertisements
Last Post: BriBri
2025-09-08, 10:09 PM
» Replies: 1
» Views: 309
Problem with plugins load...
Forum: Support
Last Post: MrKacu13
2025-09-08, 07:15 PM
» Replies: 9
» Views: 392
Compilation error
Forum: Pawn Scripting
Last Post: MrKacu13
2025-09-07, 07:18 AM
» Replies: 6
» Views: 372
Need help, problem when i...
Forum: Programming
Last Post: nonickowned
2025-09-06, 06:21 PM
» Replies: 0
» Views: 160
Transfer server from SAMP...
Forum: Support
Last Post: MrKacu13
2025-09-06, 04:03 PM
» Replies: 1
» Views: 257

 
  Is GTA V is just GTA III?
Posted by: xTunqki - 2021-03-05, 03:39 PM - Forum: Chat - Replies (4)

So xqc stream GTA V RP on nopixel and suddenly he get disconnected and there some glitch which appears he playing GTA 3, so basically GTA V use same codebase as GTA 3 right? but why dont Rockstars delete GTA 3 assets
[Video: https://www.youtube.com/watch?v=65LisLUoKL8]


  Texture Studio doors not opening
Posted by: Kevinas - 2021-03-05, 08:03 AM - Forum: Support - Replies (2)

When I rotate a door it rotates visually, but it's axis doesn't change and stays in the same position, so whenever I rotate a door it opens and closes in the same spots as before, has anyone ever encountered this?


  Texture Studio doors not opening
Posted by: Kevinas - 2021-03-05, 07:30 AM - Forum: Pawn Scripting - Replies (1)

When I rotate a door it rotates visually, but it's axis doesn't change and stays in the same position, so whenever I rotate a door it opens and closes in the same spots as before, has anyone ever encountered this?

EDIT: sorry, wrong thread


  SetObjectMaterial question!?
Posted by: gokuta - 2021-03-05, 01:03 AM - Forum: Pawn Scripting - Replies (1)

My question is... how do I set material using SetObjectMaterial() that is available in TXD file, but?not used on any object at all! There are plenty of materials never used on any object... please help :(


  SetPlayerChatBubble - ?Help!
Posted by: Uxknvwn - 2021-03-04, 05:27 PM - Forum: Support - Replies (2)

Hi, i hope you are well.?need help based on the "SetPlayerChatBubble" .? how do I make a pickup appear on top of the player using the function ...? example, i want the pickup 1247 (star) to appear above the player through a command, i hope that you can help me



Could serve: Text3D, Update3DTextLabelTex


  CMD /id
Posted by: Hitler - 2021-03-01, 10:52 PM - Forum: Pawn Scripting - Replies (5)

Espa?ol:?Tengo un problema con este comando, cuando uso /id aparece el id del jugador y otros datos (ping, fps, pk), tambi?n aparece la hora y fecha, el problema es que aveces muestra solo la hora y fecha y otras veces muestra la id y los otros datos (ping, fps, pk)



English: I have a problem with this command, when I use / id it shows the id of the player and other data (ping, fps, pk), it also shows the time and date, the problem is that sometimes it shows only the time and date and other times it shows the id and the other data (ping, fps, pk)



Code:
CMD:id(playerid,params[])

{

new jugador;

if(sscanf(params, "r", jugador)) return SendClientMessage(playerid, -1, "Usa: /id [ID/Nombre]");

if (!IsPlayerConnected(jugador)) return SendClientMessage(playerid,GRIS,"No se encontr? ning?n jugador");

new Float:pPacket = GetPlayerPacketLoss(jugador);

new string[200];

format(string,sizeof(string), "Nombre:?%s ID:?%d FPS: %d Ping: %d | PacketLoss:?%.1f%%",Nombre(jugador),jugador,FPS[jugador],GetPlayerPing(jugador),pPacket);

SendClientMessage(playerid,0xffffffff,string);

new hora,minuto,segundo,d,m,a;

getdate(a, m, d);

gettime(hora, minuto,segundo);

new string2[200];

format(string2,sizeof(string2), "Hora: %d:%d:%d Fecha: %d/%d/%d",hora,minuto,segundo,d,m,a);

SendClientMessage(playerid,0xffffffff,string2);

return 1;

}


Information Does the fire truck's water launcher haves sync with the server?
Posted by: Marllun - 2021-03-01, 01:14 PM - Forum: Pawn Scripting - Replies (9)

Does the fire truck's water launcher haves sync with the server?


  FCNPC animations
Posted by: Kevinas - 2021-02-28, 06:17 PM - Forum: Pawn Scripting - Replies (4)

Sadly, forum.sa-mp is closed and it's difficult to find information regarding FCNPC's



My problem is that it doesn't play animations, I've tried it also with regular npcs - same deal.

I've tried preloading the libs for the player and the npcs - nothing.

here's my code

Code:
public OnGamemodeInit()

{

kasininkas=FCNPC_Create("Kasininkas");

FCNPC_Spawn(kasininkas,217,-166.7957,1017.0024,19.7427);

}



public Timeris(playerid)

{

SendClientMessage(playerid, 0xff0000,"a");

FCNPC_ApplyAnimation(kasininkas, "BAR", "Barserve_bottle");

SendClientMessage(playerid, 0xff0000,"a");

return 1;

}



//I turn on the timer with -?SetTimerEx("Timeris", 1000,true, "i",playerid);


  [Solved]
Posted by: Z3fRaN - 2021-02-27, 11:31 PM - Forum: Pawn Scripting - Replies (1)

solved, all good


  Optimizations and MySQL
Posted by: RhaegarX - 2021-02-27, 10:15 PM - Forum: Pawn Scripting - Replies (8)

Hi, I recently had 2 questions that I wanted to discuss here on the forum.



First Doubt: The efficiency of a script

when we develop systems, we realize that there are several different ways to write the system and get the expected result, however there are more efficient ways that cause less impact to the server.

I would like to know, what would be the best way to qualify the efficiency of a script. Would the script execution time be a valid parameter for this type of test?





Second Doubt:?When to use or not to use the data directly from the bank



In this second question I would like to know the best way to work with MySQL. For example, in a system that makes queries, additions and updates the best and most efficient way would be to load this sql data into variables, manipulate those variables and then update the data sql, or do all the manipulations directly in the database?