| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,588
» Latest member: Diefcoder
» Forum threads: 2,445
» Forum posts: 12,466
Full Statistics
|
| Online Users |
There are currently 245 online users. » 0 Member(s) | 243 Guest(s) Bing, Google
|
| Latest Threads |
[BETA] Renaissance DM — O...
Forum: Advertisements
Last Post: DrVandersexxx
2026-05-04, 01:44 PM
» Replies: 0
» Views: 44
|
Ajuda com salvamento nao ...
Forum: Portuguese/Português
Last Post: Crazy_ArKzX
2026-05-02, 11:28 AM
» Replies: 1
» Views: 122
|
Object Remove?
Forum: Support
Last Post: Mivco
2026-04-29, 08:12 PM
» Replies: 0
» Views: 54
|
Floorp is a good webbrows...
Forum: Tech
Last Post: NoxxeR
2026-04-29, 01:01 AM
» Replies: 0
» Views: 78
|
Looking for Players for N...
Forum: Advertisements
Last Post: AlmightyJeremy
2026-04-27, 03:36 PM
» Replies: 0
» Views: 80
|
Algemene Discussies
Forum: Dutch/Nederlands
Last Post: Eamon
2026-04-27, 12:03 AM
» Replies: 41
» Views: 85,637
|
Help me find a current ar...
Forum: Tech
Last Post: KOZYR
2026-04-24, 03:53 PM
» Replies: 0
» Views: 90
|
Czy SA:MP RP jeszcze żyje...
Forum: Ogólne
Last Post: Sztakier
2026-04-24, 09:11 AM
» Replies: 0
» Views: 101
|
Donald Trump wars every c...
Forum: Life
Last Post: NoxxeR
2026-04-23, 08:04 PM
» Replies: 0
» Views: 133
|
PawnPro 3.0 — Extensão VS...
Forum: Portuguese/Português
Last Post: NullSablex
2026-04-19, 10:58 AM
» Replies: 0
» Views: 113
|
|
|
| Compiler stops with no message |
|
Posted by: Torque - 2021-01-16, 12:55 AM - Forum: Pawn Scripting
- Replies (3)
|
 |
So I've just removed a whole bunch of script that wasn't being used in my game mode, or that I didn't want to have any more.
I knew that by doing this I would get errors (I've removed 10's of thousands of lines of script).
This would have been ok, as I would have gone through and corrected everything. However, when I compile the script, the compiler just stops, and I get the compiler output window but with no text at all.
What is the likely issue to cause the compiler to stop abruptly and output nothing?
|
|
|
|
| [HELP] Invalid string value on MySQL. |
|
Posted by: Smyle - 2021-01-16, 12:07 AM - Forum: Pawn Scripting
- Replies (2)
|
 |
Hey, yall. So i was trying to make some records inside of a MySQL table and i must use special characters (?, ?, ?, ?, etc). The issue is that when i try to insert a new row into the table with that special characters these special characters just returns to me this following error:
Code: Incorrect string value: '\xE7\xE3o de...'
Note: \xE7 matches to '?' and \xE3 matches to the '?' character.
I've already tried to change my collate and character set on MySQL to utfmb4, utf8, latin1, etc. but nothing works. Also i tried to use mysql_escape_string and also tried to use %e instead of %s when manipulating this string whit the special characters. But nothing seems to change.
Code: ? ? mysql_format(DBConn, Query, 500, "INSERT INTO %s (Data, Registro) VALUES ('%d', '%s')", tableName, timestamp, msg);
? ? mysql_query(DBConn, Query);
Note?: When printing the same format i am using to query, everything shows up fine as expected in the console.
|
|
|
|
| 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
|
|
|
|
| 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.
|
|
|
|
| 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:
|
|
|
|
| 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!
|
|
|
|
|