settimer help
#1

How to create command that will join to this settimer
i want that player use command to join this dm
and for that they need to join to settimer
PHP код:
if(!strcmp(cmdtext"/dm2"true))
{
if(
IsPlayerAdmin(playerid))
{
 
SetTimer("racesec"100000);
}

Reply
#2

Could you be more clear?
Reply
#3

i just want to know how to SetTimer("racesec", 10000, 0);
for all player not only to the player that use the command
Reply
#4

Could you show us the code inside of the racesec function?
Reply
#5

never mind i did like that and it working
PHP код:
for(new 0MAX_PLAYERSi++)
{
SetTimerEx("racesec",10000,false,"i",i);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)