| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,594
» Latest member: MauroRisi
» Forum threads: 2,447
» Forum posts: 12,471
Full Statistics
|
| Online Users |
There are currently 438 online users. » 0 Member(s) | 436 Guest(s) Bing, Google
|
| Latest Threads |
Ajuda com salvamento nao ...
Forum: Portuguese/Português
Last Post: zGu1Zin_
5 hours ago
» Replies: 3
» Views: 184
|
pawnobots for openmp
Forum: Pawn Scripting
Last Post: MauroRisi
Yesterday, 03:23 PM
» Replies: 0
» Views: 39
|
Looking for Players for N...
Forum: Advertisements
Last Post: SimonC
2026-05-09, 10:29 PM
» Replies: 1
» Views: 136
|
Las Venturas Gang Wars - ...
Forum: Advertisements
Last Post: lvgwgta
2026-05-08, 04:06 PM
» Replies: 0
» Views: 64
|
[BETA] Renaissance DM — O...
Forum: Advertisements
Last Post: DrVandersexxx
2026-05-04, 01:44 PM
» Replies: 0
» Views: 88
|
Object Remove?
Forum: Support
Last Post: Mivco
2026-04-29, 08:12 PM
» Replies: 0
» Views: 91
|
Floorp is a good webbrows...
Forum: Tech
Last Post: NoxxeR
2026-04-29, 01:01 AM
» Replies: 0
» Views: 118
|
Algemene Discussies
Forum: Dutch/Nederlands
Last Post: Eamon
2026-04-27, 12:03 AM
» Replies: 41
» Views: 86,114
|
Help me find a current ar...
Forum: Tech
Last Post: KOZYR
2026-04-24, 03:53 PM
» Replies: 0
» Views: 108
|
Czy SA:MP RP jeszcze żyje...
Forum: Ogólne
Last Post: Sztakier
2026-04-24, 09:11 AM
» Replies: 0
» Views: 131
|
|
|
| [AJUDA]EditDynamicObject |
|
Posted by: willian franco - 2021-01-19, 07:24 PM - Forum: Portuguese/Português
- Replies (2)
|
 |
os players android n?o est?o conseguindo editar o?EditDynamicObject port?o, caixa ou acess?ria?
isso ? problema do APK que nao tem esse sistema ou tem um sistema diferente para colocar e funcionar no android ?
obrigadoo
|
|
|
|
| Help: warning 213 tag mismatch |
|
Posted by: Behemoth - 2021-01-19, 06:17 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
Heyo,
recently got back into scripting, and trying to create a function.
"function:SetPlayerCamera(playerid)"
When I compile, I get warning "warning 213: tag mismatch: expected tag "Function", but found none ("_")"
It seems to be with the tag "function", but when I remove it, it works fine. This only seems to be an issue in the new compiler, but I'm struggling to understand why. Could someone please explain what this warning actually means and what best practice would be?
cheers,
|
|
|
|
| skwl_dccmd |
|
Posted by: MySekwel - 2021-01-19, 04:50 PM - Forum: Libraries
- No Replies
|
 |
A simple discord-connector command processor to?ease command creation for your discord bot!
that's it bro. yes. bye bye.
|
|
|
|
| [HELP] Weapon on NPCs |
|
Posted by: spyrothedragon96 - 2021-01-19, 03:28 PM - Forum: Pawn Scripting
- Replies (1)
|
 |
Hello everyone.
I have a problem with NPCs on UG-MP (GTA Underground Mod).
Via an fs, I can make the NPCs in game, but if I make them with a weapon, the weapon never appears on them.
On the regular SA-MP game, however, the weapons on the NPCs always appear.
I tried to update all plugins, includes, but nothing to do.
I also tried to make a command to send the weapons to the NPCs, but nothing.
Why don't weapons appear on NPCs on UG-MP, while on normal SA-MP they always appear?
Is it a client's problem???
|
|
|
|
| Rustler Damage to NPC. |
|
Posted by: Axl - 2021-01-19, 02:05 PM - Forum: Pawn Scripting
- Replies (2)
|
 |
Hey guys, im using the FCNPC plugin from?https://github.com/ziggi/FCNPC.
I'm trying to kill a NPC with the mounted guns from the Rustler. But the NPC isn't taking any damage. Is there any way to work around this?
Thanks.
|
|
|
|
| MySQL Query ~ Which one is the most efficiency? |
|
Posted by: LinesinRows - 2021-01-19, 12:57 PM - Forum: Support
- Replies (1)
|
 |
Code: "UPDATE `players` SET q = %d, w= %d, e = %d, r = %d, t = %d, y = %d, u = %d, o = %d, a = %d, s = %d?WHERE userid = %d", q, w, e...
mysql_tquery(blabla);
vs
"UPDATE `players` SET q = %d, w = %d, e = %d, r = %d, t = %d?WHERE userid = %d", q, w, e...
mysql_tquery(blabla);
"UPDATE `players` SET y= %d, u = %d, o = %d, a = %d, s = %d?WHERE userid = %d", y, u, o...
mysql_tquery(blabla);
? Which one and why??
? Thanks for now.
|
|
|
|
|