Jump to content
  • 0

pomoc Poloha


Guest Dvora21

Dotaz

cawte hele pls nevite jak udelat po vybrani skynu (postavi) aby vas ten skript vyhodil na trech mistech polohach na jaky si tam dam aby se to ruzne stridalo ???

Link to comment
Share on other sites

8 odpovědí na tuto otázku

Recommended Posts

  • 0

nebo jednoduše :

 

do OnPlayerSpawn(playerid){

 

new nahoda;
nahoda=random(3);
switch(nahoda) {
case 0: {
SetPlayerPos(playerid,X,Y,Z);
}
case 1: {
SetPlayerPos(playerid,X,Y,Z);
}
case 2: {
SetPlayerPos(playerid,X,Y,Z);
}}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...