Jump to content
  • 0

Care coordonate trebuie pt spawn?


Oly

Question

6 answers to this question

Recommended Posts

De unde ne dam seama ce interior trebuie pus?

Te duci in interiorul unei cladiri si scrii /interior si o sa iti dea ID-ul interiorului

Si virtual world la ce se refera..

Ca sa aflii Virtual Word pune comanda asta la tine in gamemode:

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/world", true) == 0)
    {
        new string[32];
        format(string, sizeof(string), "Your virtual world: %d", GetPlayerVirtualWorld(playerid));
        SendClientMessage(playerid,COLOR_WHITE,string);
        return 1;
    }
    return 0;
}

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.