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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 7,661
» Latest member: jjcastillo
» Forum threads: 2,347
» Forum posts: 12,288

Full Statistics

Online Users
There are currently 303 online users.
» 0 Member(s) | 300 Guest(s)
Google, Baidu, Bing

Latest Threads
How to Complete “Keeping ...
Forum: Questions and Suggestions
Last Post: rodeon
Yesterday, 07:26 AM
» Replies: 0
» Views: 24
Ultimate Roleplay!!
Forum: Advertisements
Last Post: URP_Wrzosek
2025-11-03, 09:43 AM
» Replies: 2
» Views: 86
samp openmp scripts
Forum: German/Deutsch
Last Post: pauli
2025-11-01, 01:21 AM
» Replies: 0
» Views: 70
YGG-Reborn
Forum: Advertisements
Last Post: Mw10
2025-10-31, 08:12 AM
» Replies: 0
» Views: 71
[GameMode] Brasil Vida Id...
Forum: Portuguese/Portugu?s
Last Post: Brasil Vida Ideal
2025-10-31, 01:12 AM
» Replies: 0
» Views: 66
Grand Gang War (GGW)
Forum: Advertisements
Last Post: coladaciren
2025-10-30, 10:00 AM
» Replies: 0
» Views: 62
undefined symbol
Forum: Portuguese/Portugu?s
Last Post: leobradoks
2025-10-25, 08:58 PM
» Replies: 1
» Views: 1,632
SA:MP Custom Character Li...
Forum: General Discussions
Last Post: Dilshad
2025-10-22, 04:15 PM
» Replies: 0
» Views: 118
Anyone got old rp scripts...
Forum: General Discussions
Last Post: Bilal
2025-10-21, 01:02 PM
» Replies: 5
» Views: 5,367
Anyone has the SARP Gamem...
Forum: Gamemodes
Last Post: Bilal
2025-10-21, 12:59 PM
» Replies: 0
» Views: 186

 
  [Help] warning 239: literal array/string passed to a non-const parameter
Posted by: Behemoth - 2021-01-19, 08:58 PM - Forum: Pawn Scripting - Replies (4)

Trying to do this

Code:
return SetTimerEx("KickTimer", 100, false, "i", playerid);


but it's for some reason giving me the warning above (again, only an issue in the new compiler). What am I doing wrong and again can someone tell the best way to write this?


  [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

MySekwel's Discord Command

MySekwel/skwl_dccmd (github.com)



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.


Wink ?C?mo configurar el retraso en Kick(playerid)?
Posted by: sampaux - 2021-01-19, 07:14 AM - Forum: Spanish/Espa?ol - Replies (2)

?C?mo configurar el retraso en Kick(playerid)?


  Bisaya
Posted by: Quintillian - 2021-01-19, 12:35 AM - Forum: Other - No Replies

mga giatay.


  About Iterator & Foreach
Posted by: LinesinRows - 2021-01-18, 02:35 PM - Forum: Support - Replies (2)

Hello, I had looked this forum but i can't found any tutorial / usage. Is there any comprehensive tutorial for iterator??



Like this;



PHP Code:
new Iterator:Test<10>;



Iter_Add(Test1);

Iter_Add(Test2);

Iter_Add(Test3);



foreach (new 
Test)?

{

? ?
printf("%d"i);





https://github.com/karimcambridge/samp-f...oreach.inc