Jump to content
  • 0

Question

7 answers to this question

Recommended Posts

Posted

De unde sa stie el ce FS-Uri ai tu si ce ai in GM,ar trebuii sa iti cunosti GM-Ul s-au e un edit.. daca e R$$ Uitate in systemul de administrator(Radmin) s-au cum e trecut ladmin4v2.

Posted

Uite comanda merge 100%

CMD:nrg( playerid, params[ ] )

{

if(IsPlayerInAnyVehicle(playerid)) return Info( playerid, "~r~~h~Already drive a car. ~b~~h~Out of the car and try again.");

Info( playerid, "Personal ~b~~h~NRG-500~w~ succesfully created" );

aCreateThing(playerid, 522, 191);

PlayerPlaySound(playerid, 1139, 0.0, 0.0, 0.0);

return 1;

}

Posted

Esti incepator?  :rolleyes:

Dai COPY + PASTE sub OnPlayerCommandText ;)

[pawn]{

if (strcmp("/nrg", cmdtext, true, 10) == 0)

{

new Float:X,Float:Y,Float:Z;

    GetPlayerPos(playerid,X,Y,Z);

    PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);

    GameTextForPlayer( playerid, "~w~~n~~n~~n~~n~~n~~n~UN TEXT~n~~b~~h~UN TEXT", 7000, 3 );

// Do something here

return 1;

}[/pawn]

kAdmin progress - 84%

Posted

Salut!

Am un server STUNT si nu stiu ce am facut dar nu mai merge comanda /nrg!

Va rog sa ma ajutati! :undecided:

Nu stiu unde se afla comanda /nrg ca am cautat-o si in ladmin4v2 si in Radmin si in Gamemode am scris /nrg si nimic!

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.