[HELP] Need help with Interior
#4

PHP код:
SetPlayerVirtualWorld(playeridrandom(11)); 
This way the virtual world can be between 0 and 10. If you want a number between 1 and 10:

PHP код:
Start:
    new 
rand random(11);
    if(
rand == 0) { goto Start; }
    
SetPlayerVirtualWorld(playeridrand); 
Reply


Messages In This Thread
[HELP] Need help with Interior - by MadalinX5 - 06.07.2011, 18:09
Re: [HELP] Need help with Interior - by Wesley221 - 06.07.2011, 18:13
Re: [HELP] Need help with Interior - by MadalinX5 - 06.07.2011, 18:42
Re: [HELP] Need help with Interior - by Shadoww5 - 06.07.2011, 18:47
Re: [HELP] Need help with Interior - by MadalinX5 - 06.07.2011, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)