Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: Krystek.
Forum: Scripting Help 04-27-2023, 13:58
Replies: 8
Views: 1,891
Posted By Krystek.
Re: Changing FM to ReApi

I try to seek advice here if I don't know something.
Forum: Scripting Help 04-27-2023, 12:21
Replies: 8
Views: 1,891
Posted By Krystek.
Re: Changing FM to ReApi

Resigning from FM in favor of Engine I noticed better server performance.
Forum: Scripting Help 04-27-2023, 02:15
Replies: 8
Views: 1,891
Posted By Krystek.
Re: Changing FM to ReApi

Well, maybe there is an option to replace it with the ENGINE library?
Forum: Scripting Help 04-26-2023, 13:46
Replies: 8
Views: 1,891
Posted By Krystek.
Changing FM to ReApi

How can I change it on Reapi?

register_forward(FM_UpdateClientData, "fw_updateclientdata", 1);

public fw_updateclientdata(id, sw, cd_handle) {
if(user_has_pbgun(id) && cd_handle)
{...
Forum: Scripting Help 02-22-2023, 04:28
Replies: 1
Views: 547
Posted By Krystek.
How it's working? (engfunc)

How do these things work?

engfunc(EngFunc_AllocString, "info_target")
engfunc(EngFunc_CreateNamedEntity, iszInfoTarget)


And I encountered something like this
...
Forum: Scripting Help 02-21-2023, 05:35
Replies: 7
Views: 770
Posted By Krystek.
Re: Replacement with engine for fakemets

I want to quit FM and see in practice ;)
Forum: Scripting Help 02-20-2023, 15:18
Replies: 7
Views: 770
Posted By Krystek.
Re: Replacement with engine for fakemets

I don't really understand what it's supposed to look like
Forum: Scripting Help 02-20-2023, 13:00
Replies: 7
Views: 770
Posted By Krystek.
Re: Replacement with engine for fakemets

register_forward(FM_UpdateClientData, "fw_updateclientdata", 1);

performs


public fw_updateclientdata(id, sw, cd_handle) {
if(user_has_pbgun(id) && cd_handle)
{
set_cd(cd_handle, CD_ID,...
Forum: Scripting Help 02-20-2023, 07:36
Replies: 7
Views: 770
Posted By Krystek.
Replacement with engine for fakemets

What can I replace


register_forward(FM_Touch, "fw_touch");
register_forward(FM_SetModel, "fw_setmodel");
register_forward(FM_UpdateClientData, "fw_updateclientdata", 1);


Using e.g. an...
Forum: Translation Request 02-19-2023, 08:52
Replies: 12
Views: 7,153
Posted By Krystek.
Re: Need Translations

As I thought, it's fine.
Forum: Translation Request 02-18-2023, 09:37
Replies: 12
Views: 7,153
Posted By Krystek.
Re: Need Translations

YOU_MAP_TOP, HE_MAP_TOP is it the current map?
Forum: Translation Request 02-18-2023, 06:35
Replies: 12
Views: 7,153
Posted By Krystek.
Re: Need Translations

[pl]
MENU_SHOP_TITLE = Sklep Deathrun \rTwoje punkty: %d
MENU_SHOP_RESPAWN = Odrodzenie
MENU_SHOP_TEAM = Zostań Terrorystą lub CT
MENU_SHOP_CHAT = Specjalny Czat
MENU_SHOP_KNIFE = Skiny do Noza...
Forum: Scripting Help 02-11-2023, 13:32
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

I don't understand what's going on, because discord itself gives such an option.
https://docs.discord.club/embedg/reference/mentions
Forum: Scripting Help 02-11-2023, 04:47
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

About that, I didn't quite understand, sorry
Forum: Scripting Help 02-10-2023, 09:55
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

This also does not give good results.
Forum: Scripting Help 02-10-2023, 09:31
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

Unfortunately, that doesn't work either.
Forum: Scripting Help 02-09-2023, 14:06
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

According to client_print it returns fine https://i.imgur.com/5jai0qP.png
but not after sending https://i.imgur.com/1nEemmJ.png
Forum: Scripting Help 02-09-2023, 13:54
Replies: 14
Views: 1,593
Posted By Krystek.
Re: Problem with the & sign

Then it returns me an error
error 027: invalid character constant
Forum: Scripting Help 02-09-2023, 13:52
Replies: 3
Views: 646
Posted By Krystek.
Forum: Scripting Help 02-09-2023, 00:47
Replies: 14
Views: 1,593
Posted By Krystek.
Problem with the & sign

public SendHelp(id) {
new message[128];
formatex(message, charsmax(message), "content=<@&1029504517319954443>")
GoRequest(id, WEBHOOK_HELP, "Handler_SendReason", GripRequestTypePost,...
Forum: Scripting Help 02-08-2023, 16:34
Replies: 3
Views: 646
Posted By Krystek.
message logs without slash

Hello :)

I am looking for help, namely I want to get message logs if I do this it logs all messages even those from /.


public send_log(id){
/*if(!is_user_connected(id))
return;*/
...
Forum: Scripting Help 07-23-2022, 17:24
Replies: 13
Views: 1,024
Posted By Krystek.
Re: Is this execution correct?

if(cod_get_user_perk(vid) == 1 || cod_get_user_perk(vid) == 2 || cod_get_user_perk(vid) == 3 || cod_get_user_perk(vid) == 4 || cod_get_user_perk(vid) == 7 || cod_get_user_perk(vid) == 13) {...
Forum: Scripting Help 07-23-2022, 04:05
Replies: 13
Views: 1,024
Posted By Krystek.
Re: Is this execution correct?

Forgive the confusion, edited my previous post, would you please take another look?
Forum: Scripting Help 07-23-2022, 04:00
Replies: 13
Views: 1,024
Posted By Krystek.
Re: Is this execution correct?

Removing a return does something like this.
https://prnt.sc/I5tY7-cFzfht
Forum: Scripting Help 07-23-2022, 02:42
Replies: 13
Views: 1,024
Posted By Krystek.
Re: Is this execution correct?

new damage_better_items = random_num(3, 12);
new damage_items = random_num(1, 6);

new perks_id[] = { 1, 2, 3, 4, 7, 13 };

for( new i; i < sizeof(perks_id); i++ ) {
if(...
Showing results 1 to 25 of 59

 
Forum Jump

All times are GMT -4. The time now is 13:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode