08.06.2015, 07:02
Hi,
I want to calculate chance for people for action for ex:
When he write command:
CMD:HELLO(playerid,params[])
{
How to send this message calcuating 70 proc. of success. Of course can be x/100 proc.
SendClientMessage( playerid, -1,"Succes");
return 1;
}
I want to calculate chance for people for action for ex:
When he write command:
CMD:HELLO(playerid,params[])
{
How to send this message calcuating 70 proc. of success. Of course can be x/100 proc.
SendClientMessage( playerid, -1,"Succes");
return 1;
}