Jump to content
  • 0

Adaugati va rog frumos un tutorial despre:


Question

Guest visanadrian
Posted

Cum sa faci sa spawneze in mai multe locuri pe harta? ???Dupa ce selectezi class sa nu te dea in acelasi loc intotdeauna

1 answer to this question

Recommended Posts

Posted
public OnPlayerSpawn(playerid)
{
    new rand = random(3);
    switch(rand)
    {
        case 0: { SetPlayerPos(playerid, x, y, z);
        case 1: { SetPlayerPos(playerid, x, y, z);
        case 2: { SetPlayerPos(playerid, x, y, z);
    }

// altele 
    return 1;
}

-Toate tutorialele postate intra aici sau puneti-le direct [url=http://www.sa-mp.ro/forum/index

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.