| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 207 online users. » 0 Member(s) | 204 Guest(s) Yandex, Google, Bing
|
| Latest Threads |
samp openmp scripts
Forum: German/Deutsch
Last Post: pauli
Today, 01:21 AM
» Replies: 0
» Views: 25
|
YGG-Reborn
Forum: Advertisements
Last Post: Mw10
Yesterday, 08:12 AM
» Replies: 0
» Views: 33
|
[GameMode] Brasil Vida Id...
Forum: Portuguese/Portugu?s
Last Post: Brasil Vida Ideal
Yesterday, 01:12 AM
» Replies: 0
» Views: 30
|
Grand Gang War (GGW)
Forum: Advertisements
Last Post: coladaciren
2025-10-30, 10:00 AM
» Replies: 0
» Views: 28
|
undefined symbol
Forum: Portuguese/Portugu?s
Last Post: leobradoks
2025-10-25, 08:58 PM
» Replies: 1
» Views: 1,608
|
SA:MP Custom Character Li...
Forum: General Discussions
Last Post: Dilshad
2025-10-22, 04:15 PM
» Replies: 0
» Views: 76
|
Anyone got old rp scripts...
Forum: General Discussions
Last Post: Bilal
2025-10-21, 01:02 PM
» Replies: 5
» Views: 5,304
|
Anyone has the SARP Gamem...
Forum: Gamemodes
Last Post: Bilal
2025-10-21, 12:59 PM
» Replies: 0
» Views: 129
|
SARP Gamemode
Forum: Releases
Last Post: Bilal
2025-10-21, 12:58 PM
» Replies: 0
» Views: 85
|
Need To Hire Pawno Coder....
Forum: General Discussions
Last Post: Dilshad
2025-10-21, 06:20 AM
» Replies: 1
» Views: 814
|
|
|
| OnPlayerEditDynamicObject |
|
Posted by: JaKe Elite - 2020-11-07, 01:46 PM - Forum: Support
- Replies (1)
|
 |
OnPlayerEditDynamicObject acts weird, randomly saving / cancelling the player's object edit session. OnPlayerEditAttachedObject is affected as well.
Any clue or hints on what might cause this?
|
|
|
|
| How to save message with custom color to database? |
|
Posted by: Zow - 2020-11-06, 06:04 PM - Forum: Pawn Scripting
- Replies (7)
|
 |
PHP Code: CMD:save(playerid, params[]) { ? ? new message[100]; ? ? sscanf(params, "s[100]", message); ? ? format(PlayerInfo[playerid][pMessage], 100, message); SaveMessage(playerid); ? ? return 1; } CMD:show(playerid, params[]) { ? ? new string[100]; ? ? if (!strcmp(PlayerInfo[playerid][pMessage], "None", true)) ? ? ? ? ?return SendClientMessage(playerid, COLOR_YELLOW, "No message");
? ? format(string, sizeof string, "%s", PlayerInfo[playerid][pMessage]); ? ? SendClientMessage(playerid, COLOR_WHITE, string); ? ? return 1; } SaveMessage(playerid) { new query[256]; mysql_format(dbCon, query, sizeof(query), "UPDATE `players` SET `MessageText` = '%e' WHERE `ID` = '%d'", PlayerInfo[playerid][pMessage], PlayerInfo[playerid][pSQLID]); mysql_tquery(dbCon, query); return 1; }
/save {F60000}Message {FFFFFF}Message
But its only save Message?Message?
This is what I want
|
|
|
|
Noob| Hey. |
|
Posted by: Bowner96 - 2020-11-06, 02:42 PM - Forum: General Discussions
- Replies (3)
|
 |
Hey there guys.
So i just got back to PC after a while, i always wanted my SAMP server, now that i have the 'tools' to do so i wanna learn basic scripting and go from there.
Now i know SAMP isnt active as much and isnt 'worth' it, i know. I just wanna learn basic scripting,?test and have fun with my ideas.
I saw this post?and it was very helpfull but i have some questions left. I saw SAMP forums are closed down so even if i see some guides ( thanks to?https://web.archive.org/ ) i cant ask questions or get my help over there.
I dont have any specific questions but i wanna ask if anyone got the time and the patience to help fella noob around ill be thankfull.?
Some questions in mind:
? Can i put all my maps in FilterScript and then load it to the server/gamemode? If so then how? (Please explaing like the noob i am.)
? How do i create dialog?
? ?? Do dialogs can open to other styles of dialog?
? ?? How do i create simple 'Missions' system with dialogs? (Go from checkpoint A to checkpoint B, so on and so on..)
? ?? How i create vehicle spawner with dialog?
? How i give players objects? (Boxes, Wood logs and even a screwdriver)
? How do i create pickup?
? And so many more.
Im looking for dude how can answer my random question with out getting annoyed by my noob lvl. Thanks in advance.
Discord?:?bowner96#5052
|
|
|
|
| LSRP Players |
|
Posted by: DamjanLOL - 2020-11-06, 01:53 PM - Forum: General Discussions
- No Replies
|
 |
Dear LSRP players.
If you don't play LSRP anymore & you don't plan to return, can you please contact me here via PM?
I'm just looking for some people who have cars/money in LSRP that is willing to gift me their stuff lol :D
|
|
|
|
| Indonesia Sub Forum |
|
Posted by: Tama - 2020-11-06, 07:42 AM - Forum: Other
- No Replies
|
 |
Karena gak ada yang serius, mari aku buat disini.
Rules simple, share apa yang kamu punya, diskusi apa yang kamu mau, share kode, dll.
Don't be a dick, be respectful to other people.
Ok that's?it, enjoy.
|
|
|
|
| samp-cctv | Create CCTV with one line! Monitor everything. |
|
Posted by: Mergevos - 2020-11-05, 11:05 PM - Forum: Libraries
- Replies (4)
|
 |
samp-cctv
This library allows you to create CCTV. CCTV stands for closed-circuit television.?
Usage
Code: CCTV_Create(Float: x, Float: y,? Float: z, Float: rotX, Float: rotY, Float: rotZ, Float: lookX, Float: lookY, Float: lookZ, virtualworld, interiorid)[/align]
[align=center]CCTV_Destroy(cctvid)[/align]
[align=center]CCTV_Watch(playerid, cctvid)[/align]
[align=center]CCTV_Unwatch(playerid, cctvid)
I think the names of these functions are self-explanatory. You either create, watch, destroy or unwatch a specific CCTV.?
For more info, check github.
Installation
Of course, use the modern standards
Code: sampctl p install Mergevos/samp-cctv[/align]
[align=center]
Then include it and start using library.
Images
|
|
|
|
| Dynamic storage containers |
|
Posted by: EvilShadeZ - 2020-11-05, 08:57 PM - Forum: Questions and Suggestions
- Replies (3)
|
 |
I would like for some kind of dynamic storage container to be implemented such as list. This would be especially beneficial now that we have removed limits for various entity types. It would be quite ridiculous defining enormous arrays to keep track of things.
I imagine it working something similar to how y_iterate was implemented.
Code: new List:list = List_New();
List_Add(list,value);
List_Remove(list,value);
List_Delete(list);
List_Clear(list);
List_Random(list);
List_Next(...);??
List_Previous(...);
etc...
If different data types could be supported it would be a plus, but integers would be a great start.
|
|
|
|
| ?????? ?? ?????? ????-???????????? |
|
Posted by: ApostolDMITRY - 2020-11-05, 07:38 PM - Forum: Russian/???????
- Replies (2)
|
 |
? ????? ???? ??????, ????? ??? ?????? ?? ?????. ???? ??????, ? ????? ?? ????-???????????? ? ?????? ?????????? ?? ???. ?????? ? ??? ?????????? ????? ??? ? ????? ?? ???????? ??????????? ????? ????????? ?? ????? ???? ?? ?????, ??????? ????? ????? ??????? ?????????? ????? ? ??.
?? ?????? ?????? ????? ????????? ???????? ??????? ???? ? ?????, ??? ?????? ? ?????? ?????????????? ??????. ?? ? ??????? ??????? ????? ?????.
? ??? ?? ?????? ??????. ?????? ?? open.mp ???????? ?? 64 ?????? ??????? ??? ?????????? 32 ??????.
?????? ??????, ????? ?? ????? ???? ????, ? ????? ?? ?? ??????!
|
|
|
|
|