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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,692
» Latest member: thomasjoe
» Forum threads: 2,353
» Forum posts: 12,300

Full Statistics

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

Latest Threads
รวมเพื่อนใหม่ในย่านสมุทรป...
Forum: Chat
Last Post: thomasjoe
5 hours ago
» Replies: 0
» Views: 15
LS City Hall
Forum: Maps
Last Post: cosminupgaming
Yesterday, 04:22 PM
» Replies: 3
» Views: 2,640
Crime Base
Forum: Maps
Last Post: cosminupgaming
Yesterday, 04:19 PM
» Replies: 2
» Views: 1,241
GTA SA-MP Scripting: Issu...
Forum: General Discussions
Last Post: williamrhein
Yesterday, 10:16 AM
» Replies: 0
» Views: 25
is it worth creating a se...
Forum: General Discussions
Last Post: cosminupgaming
2025-11-11, 05:30 PM
» Replies: 13
» Views: 18,287
Looking for an English De...
Forum: General Discussions
Last Post: cosminupgaming
2025-11-11, 05:21 PM
» Replies: 2
» Views: 2,798
Awakeninga an old server.
Forum: Support
Last Post: drwnrbbt
2025-11-11, 02:26 PM
» Replies: 0
» Views: 28
Starting a RP Server
Forum: General Discussions
Last Post: JakeFalcone
2025-11-11, 01:58 AM
» Replies: 0
» Views: 40
Wanting to Start a RP Ser...
Forum: Chat
Last Post: JakeFalcone
2025-11-11, 01:56 AM
» Replies: 0
» Views: 45
Adding new vehicles and s...
Forum: Support
Last Post: HELLHOUND
2025-11-10, 10:49 PM
» Replies: 3
» Views: 915

 
  Modern house on Richman
Posted by: Muksinjo - 2021-01-15, 01:54 PM - Forum: Videos and Screenshots - Replies (1)

Hello, this is my older map, i decided to post it here, hope you like it :D



https://imgur.com/a/uyCeQqT


  server commands
Posted by: Funkar69 - 2021-01-14, 10:32 PM - Forum: Pawn Scripting - Replies (1)

i'm trying to make a /commands with dialog list and I'm suffering how to make a list.

instead of Item 1 there should be Server commands and then it would up another dialog containing another box which would be basic command something like that.
https://imgur.com/RwsbxUd


  Crash help
Posted by: Gustavo P - 2021-01-13, 09:26 PM - Forum: Pawn Scripting - No Replies

.......


  Yn'il SA:MP Server
Posted by: .coke42O - 2021-01-13, 03:54 PM - Forum: Art - Replies (1)

Hello people. I went to present you a logo from my SA:MP server. Otherwise I'm not a designer.

[Image: ynil-net-hq-L.png]


  IsDynamicActorStreamedIn always returns 0
Posted by: c4p - 2021-01-13, 03:26 PM - Forum: Pawn Scripting - Replies (2)

Hey. In my mod there is a system which creates shop actors if a player goes inside, and destroys them when everybody went out.
Or at least that's the goal. Creating the actor works fine, as the mod detects if the actor is already created and doesnt spawn it again, etc.
But if anybody leaves the shop and my custom function gets called, the shop actor gets deleted immediately, no matter if someone else got the actor streamed in.

My code:

Code:
DestroyShopActorIfUnstreamed(virtualworldid)
{
? ? if (!IsValidDynamicActor(shopactor[virtualworldid])) return 1;
for(new i = 0; i < MAX_PLAYERS  1; i)
? ? {
? ? ? ? if (IsDynamicActorStreamedIn(shopactor[virtualworldid], i))
? ? ? ? {
? ? ? ? ? ? print("streamed");
? ? ? ? ? ?break;
? ? ? ? }
? ? printf("shopactor %i deleted", virtualworldid);
? ? DestroyDynamicActor(shopactor[virtualworldid]);
? ? }
return 1;
}

I know i messed up something with the code


  Mysql
Posted by: Syxh0wN - 2021-01-13, 10:28 AM - Forum: Support - Replies (1)

my server uses a lot of cpu because of mysql, is there any way for me to know which code is pulling so much cpu?


  APARTMENT 3C & ARTSTUDIO
Posted by: Name - 2021-01-13, 06:14 AM - Forum: Videos and Screenshots - Replies (6)

APARTMENT 3C & ARTSTUDIO INTERIORS

(both maps are from my old map collection, some of you probably saw these in the past)



Name: Apartment 3C

Map type: Interior

Author of map: MrName (me)

Number of objects: 300

Number of textures: 324

Removed SA objects: 0?

Custom objects: 0

Location of map: unknown

Map editor used: MSR's mapping system

About map: Reference for this map was taken from Vice City, for more info you can check Vice City's apartment 3c.

Screenshots:



[Image: qNNViRHl.jpg]

[Image: bcsFV2dl.jpg]

[Image: mDPB4fKl.jpg]

[Image: UUUr3tsl.jpg]

[Image: OfWWkP8l.jpg]

[Image: vd5xMlWl.jpg]

[Image: JwwXUizl.jpg]

[Image: 76Uewgfl.jpg]

[Image: RysMb7Ll.jpg]

[Image: 7SWRTdrl.jpg]

[Image: 0eAKkQPl.jpg]

[Image: DQ6FOrpl.jpg]

[Image: xuZ4ob9l.jpg]

[Image: eXNLIuWl.jpg]

[Image: hnL9btol.jpg]


  Animation to speak
Posted by: Boxi - 2021-01-12, 09:45 PM - Forum: Pawn Scripting - Replies (1)

Hello, I want to make a command that when using it the character makes the typical talking animation. Do you know what the name of that animation is? thanks!


  Nice and easy way to script a countdown?
Posted by: M.D. - 2021-01-12, 08:45 PM - Forum: Pawn Scripting - Replies (4)

What do you reckon that would be an efficient method of implementing a countdown (a few minutes long), including both a timer and an updating TextDraw or GameText?



Afterwards, how would you be able to script something to happen at the end of it?



Cheers!


  Using MySQL R41-4
Posted by: RhaegarX - 2021-01-12, 04:47 PM - Forum: Pawn Scripting - Replies (4)

Hello guys, I programmed some samp servers a long time ago and recently I started programming again just for fun.

However, I always programmed using a rescue system in '.ini' and I am creating a gamemode in mysql and I would like to clarify some doubts on the subject.



1 - Is it recommended and necessary to use mysql in the samp? What are its advantages over '.ini' rescue systems?



2 - In relation to saving data from the server and players in mysql, it is interesting to save the data of the player only when the player leaves the server, or to save this data for each operation that the player does (example: the player buys an item and then the game already saves that data)



Thanks for the attention of those who read this topic xD!



Sorry for my bad English, I used google translator for some things.