AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Need Help For Cod MW4 Cs 1.6 (https://forums.alliedmods.net/showthread.php?t=325628)

xonineli 06-30-2020 07:15

Need Help For Cod MW4 Cs 1.6
 
Hello Can someone Help Me with This Idont How to make

I want To make this

public DodelaPoena(id)
{
new inteligencija[90], inteligencija10[90];
new energija[63], energija10[63];
new snaga[65], snaga10[65];
new kondicija[60], kondicija10[60];
new naslov[25];

format(inteligencija, 90, "\yIntellegence \d(\wItensifie Attack\d) \w : \d[\r %i\y / \r500\d]", inteligencija_igraca[id]);
format(energija, 63, "\yEnergy \d(\wIncrease Energy\d) \w : \d[\r %i\y / \r1000\d]", energija_igraca[id]);
format(snaga, 65, "\yStrength \d(\wReduce Injuries\d) \w : \d[\r %i\y / \r1000\d]", snaga_igraca[id]);
format(kondicija, 63, "\ySpeed \d(\wIncreases Speed\d) \w : \d[\r %i\y / \r100\d]", kondicija_igraca[id]);

format(inteligencija10, 90, "Add 10 Points To Intellegence");
format(energija10, 59, "Add 10 Points To Energy");
format(snaga10, 59, "Add 10 points to Strength");
format(kondicija10, 59, "Add 10 Points To Speed");

format(naslov, 24, "\yAward Points\r(%i):", poeni_igraca[id]);
new menu = menu_create(naslov, "DodelaPoena_Handler");
menu_additem(menu, inteligencija);
menu_additem(menu, energija);
menu_additem(menu, snaga);
menu_additem(menu, kondicija);
menu_additem(menu, inteligencija10);
menu_additem(menu, energija10);
menu_additem(menu, snaga10);
menu_additem(menu, kondicija10);
menu_display(id, menu);


TO This
https://imgur.com/a/V1wwlOy

OciXCrom 06-30-2020 07:44

Re: Need Help For Cod MW4 Cs 1.6
 
And what is the problem you're facing?

xonineli 06-30-2020 07:46

Re: Need Help For Cod MW4 Cs 1.6
 
Quote:

Originally Posted by OciXCrom (Post 2707954)
And what is the problem you're facing?


Im Facing A lot when i try i Just want To know Code how its made

OciXCrom 06-30-2020 07:51

Re: Need Help For Cod MW4 Cs 1.6
 
Explain what exactly you're facing so we know what we can do to help. Explain what's wrong with your current code.

xonineli 06-30-2020 07:59

Re: Need Help For Cod MW4 Cs 1.6
 
Quote:

Originally Posted by OciXCrom (Post 2707959)
Explain what exactly you're facing so we know what we can do to help. Explain what's wrong with your current code.



Sorry Im new here Where I can Find The Scripting Tutorial &Sharing Code

supertrio17 06-30-2020 11:08

Re: Need Help For Cod MW4 Cs 1.6
 
[SRB] Brate, postavi sve sta treba ovde, celu skriptu za plugin. Sta treba plugin da radi, kad napises /menu ili kako, ne razumem.

[ENG] Post your whole plugin here. What is supposed to trigger the plugin, say /menu or something?

xonineli 06-30-2020 11:12

Re: Need Help For Cod MW4 Cs 1.6
 
Quote:

Originally Posted by supertrio17 (Post 2707978)
[SRB] Brate, postavi sve sta treba ovde, celu skriptu za plugin. Sta treba plugin da radi, kad napises /menu ili kako, ne razumem.

[ENG] Post your whole plugin here. What is supposed to trigger the plugin, say /menu or something?

Hello I just Fix that But How i can Fix This
https://imgur.com/a/ZzNcWTv

supertrio17 06-30-2020 11:49

Re: Need Help For Cod MW4 Cs 1.6
 
Post your whole code, we are not mind-readers.

xonineli 06-30-2020 11:52

Re: Need Help For Cod MW4 Cs 1.6
 
Quote:

Originally Posted by supertrio17 (Post 2707992)
Post your whole code, we are not mind-readers.


Lol This Does Not have any Problem I just want to change

HamletEagle 06-30-2020 12:16

Re: Need Help For Cod MW4 Cs 1.6
 
We can't understand what you want and if we can't understand then we can't help. Please write some proper sentences where you clearly explain what you want and post all the needed code/error logs(if it's the case).


All times are GMT -4. The time now is 04:11.

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