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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 6,769
» Latest member: RenzyYtribe
» Forum threads: 2,728
» Forum posts: 12,814

Full Statistics

Online Users
There are currently 350 online users.
» 0 Member(s) | 347 Guest(s)
Bing, Facebook, Google

Latest Threads
SAMP Tres Islas Reality R...
Forum: Advertisements
Last Post: RenzyYtribe
2 hours ago
» Replies: 0
» Views: 20
Pawntools | Dialog and 3D...
Forum: Releases
Last Post: Romzes
3 hours ago
» Replies: 16
» Views: 37,192
Duskfade Combines Time, A...
Forum: Life
Last Post: Kaevorlly
10 hours ago
» Replies: 0
» Views: 12
trutrujrtu
Forum: Pawn Scripting
Last Post: c0pkl354
11 hours ago
» Replies: 0
» Views: 13
hyreeyry
Forum: Questions and Suggestions
Last Post: c0pkl354
11 hours ago
» Replies: 0
» Views: 12
eeryhrey
Forum: General Discussions
Last Post: c0pkl354
11 hours ago
» Replies: 0
» Views: 16
[BETA] Renaissance DM — O...
Forum: Advertisements
Last Post: DrVandersexxx
Yesterday, 01:50 PM
» Replies: 3
» Views: 507
SAMP on mac
Forum: Support
Last Post: amer-5
Yesterday, 11:41 AM
» Replies: 0
» Views: 35
Welcome to los santos
Forum: Advertisements
Last Post: MoonWatcher
Yesterday, 10:50 AM
» Replies: 0
» Views: 43
rhtrujrtu
Forum: Questions and Suggestions
Last Post: c0pkl354
Yesterday, 04:02 AM
» Replies: 0
» Views: 42

 
  Deletion of world objects
Posted by: Epureanu - 2020-12-19, 09:18 AM - Forum: Pawn Scripting - Replies (1)

Hi,



there are some objects in the game natively, that I would like to remove. Is there any way to do this? When I downloaded some object editor, I could only edit the objects that I have created. I would like to remove specific objects from the map, that have been not placed by me.



For any helps, thanks.


  vModData - Component helpers
Posted by: Markski - 2020-12-19, 02:41 AM - Forum: Libraries - No Replies

vModData is a simple include which provides helpers for components.

Helpers include getters for component names, slots and categories, as well as functions that return wether a vehicle is compatible with a given component id or slot type, amidst others.

Detailed function list and download available on GitHub


  [INCLUDE] vModData
Posted by: Markski - 2020-12-19, 02:37 AM - Forum: Spanish/Español - Replies (3)

Nada, un simple include con helpers para componentes/tunning en SA-MP.



Sirve para obtener nombre, precios, categorias de componentes, entre otras cosas.



https://github.com/markski1/mrks_vModData


Rainbow Best way to load data from database (MySQL r41)
Posted by: shane adevaratu - 2020-12-18, 10:58 AM - Forum: Pawn Scripting - Replies (6)

What is the most efficient way to load data from the database.
For example, how could I make the function below more efficient.

Code:
function loadDealerShip( ) {
    new DS_Models = cache_num_rows( ), x, result;
    if( DS_Models == 0 ) return print( "Loaded models: no rows detected" );
    for( new i, j = DS_Models; i != j;  ) {
        cache_get_value_name_int( i, "ID", result ), x = result, dsVariable[ x ][ dsID ] = x;
        cache_get_value_name_int( i, "Model", dsVariable[ x ][ dsModel ] );
        cache_get_value_name_int( i, "Stock", dsVariable[ x ][ dsStock ] );
        cache_get_value_name_int( i, "Speed", dsVariable[ x ][ dsSpeed ] );
        cache_get_value_name_int( i, "Price", dsVariable[ x ][ dsPrice ] );
        cache_get_value_name_int( i, "Type", dsVariable[ x ][ dsType ] );
        cache_get_value_name( i, "Car", dsVariable[ x ][ dsName ] );
    } printf( "Loaded models: %d", DS_Models );
return true; }


The 'ID'?starts at 1 and reaches over 100.


  [AJUDA]Travar o comando para destruir o veiculo
Posted by: willian franco - 2020-12-16, 10:36 PM - Forum: Portuguese/Português - Replies (1)

Boa noite!! criei um comando para criar o veiculo e outro para destrui-lo porem gostaria de travar para destrui-lo quando o player estiver no veiculo, o comando consegue destruir mesmo n?o estado no veiculo.??



Code:
? ? CMD:dcivil(playerid, x_nr[])

{

if(!strlen(x_nr))

{

? ? SendClientMessage(playerid, COLOR_GRAD1, "USE: /dcivil [numero do veiculo]");

}

? ? ? return 1;

}

else if(strcmp(x_nr,"1",true)==0)

{

? ? ? ?? ? ? ? ? ? ?DestroyVehicle(Civilcarro[0]);

? ? ? ? ? ? ? ? ? ? carrocivil[0] = 0;

? ? ? ? ? ? ? ? ? ? SendClientMessage(playerid, COR_AMARELO, "Veiculo Civil Destruido..");

? ? ? ? ? }

? ? ? ? ? }

? ? return 1;

? ? }

else if(strcmp(x_nr,"2",true)==0)

? ? ? ? ? ? {

? ? if(carrocivil[1] == 1)

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? DestroyVehicle(Civilcarro[1]);

? ? ? ? ? ? ? ? ? ? carrocivil[1] = 0;

? ? ? ? ? ? ? ? ? ? SendClientMessage(playerid, COR_AMARELO, "Veiculo Civil Destruido..");

? ? ? ? ? }

? ? ? ? ? }

? ? ? ? return 1;

? ? }

? ? else if(strcmp(x_nr,"3",true)==0)

? ? ? ? ? ? {

? ? ? if(carrocivil[2] == 1)

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? DestroyVehicle(Civilcarro[2]);

? ? ? ? ? ? ? ? ? ? carrocivil[2] = 0;

? ? ? ? ? ? ? ? ? ? SendClientMessage(playerid, COR_AMARELO, "Veiculo Civil Destruido..");

? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? return 1;

? ? ? ? }

? ? else if(strcmp(x_nr,"4",true)==0)

? ? ? ? ? ? {

? ? ? ? ? ? ? if(carrocivil[3] == 1)

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? DestroyVehicle(Civilcarro[3]);

? ? ? ? ? ? ? ? ? ? carrocivil[3] = 0;

? ? ? ? ? ? ? ? ? ? SendClientMessage(playerid, COR_AMARELO, "Veiculo Civil Destruido..");

? ? ? ? ? ? ? ? }

? ? ? ? return 1;

? ? ? ? }



os comando em diante s?o todos iguais por isso n?o coloquei ele completo.



objetivo -? estou testando esse sistema para tentar diminuir a quantidade de ve?culos no servidor que esta est?o sendo usado.



Quero apenas pode usar o comando no veiculo desejado estando no motorista.

voltei a pouco tempo a editar servidor?

obrigadooo a comunidade!!!?


Star [MAP] Medical Department/Hospital - Exterior
Posted by: RisQ Development - 2020-12-16, 07:56 AM - Forum: Videos and Screenshots - Replies (1)

Good Morning,



i want?to show you a new Map , the Medical Department.



Objekts: 640 Objects

Mappingtime: 4 Days

YouTube URL:?https://youtu.be/pLBL1SUce5k



Thank you.


  CODE: A Hands-on Approach
Posted by: phlair - 2020-12-16, 02:01 AM - Forum: Tutorials - Replies (3)

Information



CODE: A Hands-on Approach (cahoa) is a project that aims to serve as a hands-on tutorial for teaching programming (via PAWN, and currently SA-MP). People of different skill levels/experience will benefit from this, but it is mainly targeted at beginners.



Details



You'll find the most up to date draft as a GitHub Gist here



I look forward to your responses and feedback!



Update



The Git Repository is live, and can be found?on GitHub



I'll update it over time, and give some progress updates here and on Discord.


  Disappearance of dynamic objects
Posted by: Radical - 2020-12-15, 11:07 PM - Forum: Pawn Scripting - Replies (4)

I have 10,300 dynamic objects, some of which disappear after 24 hours.

Game mode runs on a vps with 1 GB of RAM.

The problem is the lack of RAM or what?


Wink Saving variables into multiple tables
Posted by: Epureanu - 2020-12-15, 01:13 PM - Forum: Pawn Scripting - Replies (8)

Hi, I am using a mysql saving system, that basically creates a enumerator with variables, but natively they are all saved into one table. I tried to just put a ", 2ndtablename" into the saving and loading query, but I had a feeling that it would save those variables both in the main table and the secondary. I need to save certain variables ONLY to second table. Is there any way on how to do this without running a new query for each table? Thanks!


  GetVehicleRotationQuat & GetVehicleZAngle
Posted by: Bakr - 2020-12-14, 07:54 PM - Forum: Questions and Suggestions - No Replies

Are there any plans?to fix these functions for unoccupied vehicles? Referencing the tip on the wiki

Quote:There is no 'set' variation of this function; you can not SET a vehicle's rotation (apart from the Z angle) This function may return incorrect values for unoccupied vehicles. The reason is that the third row of the vehicle's internal rotation matrix gets corrupted if it gets updated while unoccupied.