Jump to content
  • 0

Intrebare Texture Studio


Question

6 answers to this question

Recommended Posts

  • 0
Posted
Acum 3 minute, Bobolino a spus:

Ok.. Si dupa?

pai nu stiu exact ca nu am folosit nici o data programul/filescript-ul

daca e filescript poti face o comanda /gotoxyz un ex:

Spoiler

CMD:gotoxyz(playerid, params[]) {
    if(PlayerInfo[playerid][pAdmin] < 5) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly);
    if(InGame[playerid] == 1) return SCM(playerid, COLOR_LGREEN, "Nu poti folosi aceasta comanda deoarece esti in arena! Foloseste comanda /leavearena pentru a iesi.");
    new string[128],interior,vw;
    new Float:x, Float:y, Float:z;
    if(sscanf(params, "fffii", x,y,z,interior,vw)) return SendClientMessage(playerid,COLOR_WARNING, "Syntax: {FFFFFF}/gotoxyz <x> <y> <z> <interior> <virtual world>");
    SetPlayerPosEx(playerid, x, y, z);
    format(string, sizeof(string), "Te-ai teleportat cu succes. (%0.1f,%0.1f,%0.1f | int: %d | vw: %d)",x,y,z,interior, vw);
    SendClientMessage(playerid,COLOR_LGREEN, string);
    SetPlayerVirtualWorld(playerid, vw);
    SetPlayerInterior(playerid,interior);
    InHQ[playerid] = -1;
    InHouse[playerid] = -1;
    InBussines[playerid] = -1;
    return 1;
}

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.