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

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: TRServer
Forum: Scripting 12-15-2017, 12:47
Replies: 3
Views: 1,394
Posted By TRServer
Forum: Scripting 12-15-2017, 10:24
Replies: 3
Views: 1,394
Posted By TRServer
take the clientid from the menu

Hello


#include <sourcemod>
#include <sdktools>
#include <cstrike>

int
secenek1[MAXPLAYERS+1],
secenek2[MAXPLAYERS+1],
Forum: Scripting 12-15-2017, 09:53
Replies: 4
Views: 1,604
Posted By TRServer
Re: !roulette random possibility

yes, that may be Thank you :)
Forum: Scripting 12-13-2017, 11:22
Replies: 4
Views: 1,604
Posted By TRServer
Re: !roulette random possibility

int num = GetRandomInt(1, 100);

if (num <= 48)
{
PrintToChat(client, "Siyah");
}
else if (num <= 48 + 48) // Or just <= 96, but I think it's easier to understand like that?
{
...
Forum: Scripting 12-13-2017, 05:52
Replies: 4
Views: 1,604
Posted By TRServer
!roulette random possibility

Hello I have a problem

I want to identify myself to the possibility of random

Black %48
Red % 48
Green % 4

public Action:ElBasi(Handle:event, const String:name[], bool:dontBroadcast)
{
Showing results 1 to 5 of 5

 
Forum Jump

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


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