Jump to content
  • 0

Adaugati va rog frumos un tutorial despre:


Guest visanadrian

Question

1 answer to this question

Recommended Posts

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

Link to comment
Share on other sites

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.