Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

Am gasit acest 3dplate si nu stiu cum sa fac comanda ceva de gen (/setplate text) nu sa imi seteze automat ce e scris acolo si dupa ce dau restart la server textul sa nu se sterga sa ramana salvat.

if(strcmp(cmdtext, "/setplate", true) == 0)
    {
    new Text3D: Txt1;
    Txt1 = Create3DTextLabel("LS-0-SRV",0x33AAFFFF,0.0,0.0,0.0,50,0,1);
    Attach3DTextLabelToVehicle(Txt1, GetPlayerVehicleID(playerid), 0.0, 0.0, 0.0);
    return 1;
    }

5 answers to this question

Recommended Posts

Posted

Nu imi place cum apare la acel fs eu doresc ca , comanda asta care am postat sa o fac sa mearga cum am specificat

Posted

Foloseste sscanf , Create3DTextLabel, Update3DTextLabelText , Attach3DTextLabelToVehicle , Delete3DTextLabel si ca sa se salveze depinde pe ce ai tu serverul file , dini , y_ini , sqlite , mysql . Bafta !

Guest
This topic is now closed to further replies.
  • 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.