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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 5,696
» Latest member: kettyperi89
» Forum threads: 2,122
» Forum posts: 11,904

Full Statistics

Online Users
There are currently 303 online users.
» 2 Member(s) | 298 Guest(s)
Facebook, Bing, Google, asbadboys4, kettyperi89

Latest Threads
profee
Forum: Chat
Last Post: vittoscaletta95
8 hours ago
» Replies: 0
» Views: 3
San Fierro RP: Se buscan ...
Forum: Programaci?n
Last Post: Politoxicomano
9 hours ago
» Replies: 0
» Views: 5
What is the role of a lib...
Forum: General Discussions
Last Post: ewitson555
Yesterday, 10:20 AM
» Replies: 0
» Views: 10
Explore Michael A Durney'...
Forum: Chat
Last Post: michaeladurney11
2024-04-23, 11:57 PM
» Replies: 0
» Views: 22
Favorite Movies!!
Forum: Chat
Last Post: porpercris
2024-04-23, 08:40 PM
» Replies: 2
» Views: 3,261
Need Gamemode
Forum: Chat
Last Post: ididoso228
2024-04-23, 07:23 PM
» Replies: 5
» Views: 1,067
United States Roleplay [L...
Forum: Advertisements
Last Post: kayla
2024-04-22, 11:24 PM
» Replies: 0
» Views: 32
[RP] Life in San Andreas
Forum: Advertisements
Last Post: Sauce
2024-04-22, 02:39 PM
» Replies: 0
» Views: 13
Ajuda com um relatório so...
Forum: Portuguese/Portugu?s
Last Post: didawson1990
2024-04-20, 09:12 PM
» Replies: 10
» Views: 5,265
OnPlayerVehicleTakeDamage...
Forum: Questions and Suggestions
Last Post: N0FeaR
2024-04-20, 10:21 AM
» Replies: 1
» Views: 369

 
  ENB
Posted by: Leksa - 2024-03-19, 01:13 PM - Forum: Chat - No Replies

Hello, does anyone have any kinda ENB for r2 

i am bit lazy too look so if someone using it and wanna share please do it haha


  ZZZZ
Posted by: Leksa - 2024-03-19, 02:08 AM - Forum: Ex-Yu - Replies (2)

Sta je ovo ljudi jeste pomrli di ste sa se radi ??? 

Dajte malo zivnite


  SA-MP BasketBall Destroy Mission
Posted by: itayuss - 2024-03-18, 08:13 AM - Forum: Programming - No Replies

[Video: https://www.dailymotion.com/video/k3U3CbH8uvnrDrAeyZi]


SA-MP BasketBall Destroy Mission by me


  Can't locate game directory
Posted by: PandaOG04 - 2024-03-18, 12:52 AM - Forum: Support - Replies (1)

Hey! I'm new and when I launch sa-mp installer and locate my game, the accept button isn't lit. I tried to use the gtasa patch to downgrade it but the same issue pursued there aswell. Any tips?


  Setdynamicobjectrot
Posted by: artajuni63 - 2024-03-17, 10:43 AM - Forum: Tutorials - No Replies

Can someone help me? I want to change the rz ry rz object using setdynamicobjectrot but in the game the object won't move, where is my mistake?


Lightbulb Santorini OMP
Posted by: defakuto - 2024-03-15, 11:09 PM - Forum: Gamemodes - Replies (2)

Name: Santorini OMP
Source: from scratch
Pictureshttps://imgur.com/a/lsUNVm5
Video: //
Download Link: https://github.com/defakuto/santorini_omp
Credits: defakuto
Additional: Gamemode is completely done in open.mp, it is modular, open-source, it is actively being worked on.


  PAWN error 028
Posted by: ironsolari - 2024-03-15, 01:37 PM - Forum: Pawn Scripting - Replies (7)

Hi,

I'm trying to build a filterscript into my gamemode, and I'm facing these 4 errors:

Code:
(3762) :error 028: invalid subscript (not an array or too many subscripts): "PlayerData"
(3762) : warning 215: expression has no effect
(3762) : error 001: expected token: ";", but found "]"
(3762) : error 029: invalid expression, assumed zero
(3762) : fatal error 107: too many error messages on one line

Line 3762 is:
Code:
PlayerData[ playerid ][ pUpdateTime ] = SetTimerEx("UpdatePaddy",TIME_UPDATEPADDY,1,"i", playerid);

And these are the enums:
Code:
enum fj
{
pPaddyUsed[MAX_PADDYS] = 0,
pPaddyObject[MAX_PADDYS],
pPaddyProgress[MAX_PADDYS],
pPaddyFillWater[MAX_PADDYS],
Float:pPaddyPosX[MAX_PADDYS],
Float:pPaddyPosY[MAX_PADDYS],
Float:pPaddyPosZ[MAX_PADDYS],
Text3D:pPaddyText[MAX_PADDYS],
/////////////////////////////
pPaddyHarvestUsed[MAX_PADDYS],
pPaddyHarvestObject[MAX_PADDYS],
Float:pPaddyHarvestPosX[MAX_PADDYS],
Float:pPaddyHarvestPosY[MAX_PADDYS],
Float:pPaddyHarvestPosZ[MAX_PADDYS],
Text3D:pPaddyHarvestText[MAX_PADDYS],
/////////////////////////////
pHasHireVehicle,
pVehicleHire,
pTrailerVehicleHire,
pPaddyInTrailer,
Text3D:pTrailerText,
////////////////////////////
pPaddyHarvestInVehicle,
pPaddyHarvestInVehicleObject[5],
////////////////////////////
pUpdateTime,
}

Code:
enum            PlayerData          {

PlayerPassword[ MAX_PASS_LEN ],

PlayerAdmin,
PlayerAdminName[ MAX_PLAYER_NAME ],

PlayerAge,
PlayerGender,

PlayerSkin,
PlayerMoney,
PlayerPhoneNumber,

PlayerBankMoney,
PlayerBankNumber,

PlayerJob,
PlayerFraction,
PlayerFractionRank[ MAX_PLAYER_NAME ],

PlayerKLicense,
PlayerFLicense,

PlayerLPenalty,
PlayerTicket,

PlayerHouseKey,
PlayerVehicleKey,

PlayerBiz,
    PlayerTogReports,
    PlayerVBiz,

PlayerPHour,
PlayerPMinute,
PlayerPSecond,

PlayerWarn,
PlayerBaned,
PlayerJailTime,

Float: PlayerLastX,
Float: PlayerLastY,
Float: PlayerLastZ,
Float: PlayerLastA,

PlayerLastVWorld,
PlayerLastInterior,

WeaponStick,
WeaponKnife,

WeaponColt,
WeaponDeagle,

WeaponShotgun,
WeaponRifle,

bool: NewPlayer,

ClickedPlayer,

UsedItemName[ 128 ],
UsedItemAmount,

Float: PlayerHunger,
Float: PlayerThirst
};

new    PlayerInfo[ MAX_PLAYERS ][ PlayerData ];
Code:
function UpdatePaddy(playerid)
{
for(new i =0;i<MAX_PADDYS;i++)
{
    if(PlayerInfo[playerid][pPaddyUsed][i] == 1)
    {
        if(PlayerInfo[playerid][pPaddyProgress][i] < 100)
{
    /*if(PlayerInfo[playerid][pPaddyProgress][i] > 50)
{
    if(PlayerInfo[playerid][pPaddyFillWater][i] == 0)
    {
    new string[128];
    format(string,sizeof(string),"Paddy Owner %s\nSlot %d\nProgress :%d\nNEED WATER",GetName(playerid),i,PlayerInfo[playerid][pPaddyProgress][i]);
    UpdateDynamic3DTextLabelText(PlayerInfo[playerid][pPaddyText][i],-1,string);
    return 1;
    }
}*/
    PlayerInfo[playerid][pPaddyProgress][i] += 1;
if(PlayerInfo[playerid][pPaddyProgress][i] == 100)
{
new Float:x,Float:y,Float:z;
GetDynamicObjectPos(PlayerInfo[playerid][pPaddyObject][i],x,y,z);
SetDynamicObjectMaterial(PlayerInfo[playerid][pPaddyObject][i], 2, 862, "gta_procdesert", "sm_Agave_bloom");
// MoveDynamicObject(PlayerInfo[playerid][pPaddyObject][i],x,y,z+1,2);
DestroyDynamic3DTextLabel(PlayerInfo[playerid][pPaddyText][i]);
PlayerInfo[playerid][pPaddyText][i]=CreateDynamic3DTextLabel("",-1,x,y,z+2,5.0);
}
new string[128];
    format(string,sizeof(string),"Ültetvény\n %d%",PlayerInfo[playerid][pPaddyProgress][i]);
    UpdateDynamic3DTextLabelText(PlayerInfo[playerid][pPaddyText][i],-1,string);
    if(PlayerInfo[playerid][pPaddyProgress][i] == 100)
{
format(string,sizeof(string),"Ültetvény\n %d%",PlayerInfo[playerid][pPaddyProgress][i]);
    UpdateDynamic3DTextLabelText(PlayerInfo[playerid][pPaddyText][i],-1,string);
}
}
    }
}
return 1;
}

What am I doing wrong?


  Free Host
Posted by: Rishi - 2024-03-14, 12:19 PM - Forum: Hindi/Urdu - No Replies

1. **Join Our Discord**: Click the invite link and join our Discord server. https://discord.gg/Q8Aewd82TT
2. **Create a Ticket**: Head to the "Tickets" section and create a new ticket.
3. **Tag a Staff Member**: Mention any staff member to claim your free Open-MP server with specs: 2GB RAM, 100CPU, 1 PHPMyAdmin database, and anti-DDoS protection.
4. **Get Playing**: Once verified, your server will be set up, and you can start gaming!


  Online Assignment Writing Services for Pharmacology
Posted by: royalbert867 - 2024-03-14, 06:35 AM - Forum: General Discussions - No Replies

Nee­d the best help for your pharmacology course­work? You've found it! Our online assignment se­rvices have pharmacology coursework experts ready to provide­ fantastic work on time. They can help with all your assignme­nts, essays, and research tasks. Our cre­w is all about boosting your success in pharmacology studies. Count on us for expe­rt advice and constant support in your academic life.


  Reborn Reality - Roleplay [RR-RP.com] (Inspired by LS-RP & PR-RP)
Posted by: Baldne55 - 2024-03-13, 10:57 PM - Forum: Advertisements - No Replies

🌐 Inspiration:
Founded in 2016 and recently revived, RR-RP is inspired by LS-RP and PR-RP, offering a unique roleplay legacy.

💰 Community and Rewards:
Self-funded without monetization. Earn "Coyn" currency and premium memberships through community rewards:
- Inviting new players
- Community-voted roleplayer/faction of the week

⭐ Seeking Mappers, Modders, and Enthusiasts:
If you're an experienced mapper or modder passionate about aligning with GTA SA lore, we want to hear from you! Open to collaborations with dedicated users and potential staff. Reach out to community management to discuss your ideas.

⭐ Key Features:
- Account System: Play with multiple characters, unlock more through community rewards!
- Inventory System: Manage items for characters, houses, and vehicles.
- Phone System: Call/SMS logs, multiple phones, disposable burners and signal towers for creative roleplay.
- Vehicles System: Privately/faction-owned with various functions.
- Drug World: Explore, produce drugs, and experience effects.
- Illegal Industries: Obtain materials for labs and more.
- Boombox System: Custom audio and radio for players.
- Casino Games: Texas Hold'em, Blackjack, and Slots.
- Custom Animation System: Create and name custom animations through libraries.
- Ad Services: With our Advertising system, post ads for a short time or multiple hours.
- Taxes System: Government can dynamically change taxes & funds LSPD and LSFD.
- Properties System: Rent, sell, or own properties.
- Jobs: Truckers, fishing, and more!
- ...and many other systems.

🚀 Server Launch Preparation:
Expected by the end of the next working week. Get ready for an immersive and unforgettable experience!

⭐ Credits:
Developed by Frex for the Italian LS-RP community, enhanced by Baldne55.

# 🤝 Join us on Discord for an unforgettable adventure & create your Discord invites to earn rewards! https://discord.com/invite/PQdUjvQPjj
[url=https://discord.com/invite/PQdUjvQPjj][/url]

[Image: BYTdBTg.png]
[Image: HoZNqHt.png]
[Image: OmvUXmk.png]
[Image: icqsTFp.png]
[Image: 5mtvGhR.png]
[Image: plw9SXs.png]
[Image: oGOQkV4.png]
[Image: DJRTVkm.png]
[Image: 3HNS38S.png]
[Image: t8zjgvB.png]
[Image: lIuTWX1.png]