This goes to work?
#4

Quote:
Originally Posted by RSX
why aren't you just using if(RandStart) (same as ==1) and no returns? except for last one.
Код:
ok, i go to use if(RandStart == 0)
{

}
if(RandStart == 1..900)
{

}
this its okey no?


---
And the return 1 i writed in here, but i have writed good the return 1; in my gm xD

SOLVED
public DarObjetos(playerid)
{
new RandStart = random(901);
if(IsPlayerConnected(playerid))
{
if(RandStart == 0)
{
AddItem(playerid,"Maximos_Embargos",1);
}
if(RandStart >= 1 && RandStart <= 900)
{

}
}
return 1;
}

Reply


Messages In This Thread
This goes to work? - by Sergio_team - 01.04.2010, 12:03
Re: This goes to work? - by [cA]Unforseen - 01.04.2010, 12:13
Re: This goes to work? - by RSX - 01.04.2010, 12:16
Re: This goes to work? - by Sergio_team - 01.04.2010, 12:19

Forum Jump:


Users browsing this thread: 1 Guest(s)