Jump to content

_rmx4ever_

Premium
  • Posts

    141
  • Joined

  • Last visited

About _rmx4ever_

  • Birthday 03/21/1997

Contact Methods

  • Nick SA:MP Blue
    rmx.4.ever

Profile Information

  • Gender
    Male

Recent Profile Visitors

837 profile views

_rmx4ever_'s Achievements

Noob

Noob (1/14)

13

Reputation

1

Community Answers

  1. _rmx4ever_

    eroare /ff

    Pai el a vrut aceasta comanda. Cu ajutorul acestei comnezi te da cu 20 de metri mai in fata.
  2. Daca ti-a placut, poti apasa pe "+1".
  3. Daca vrei sa-mi apreciezi munca, o poti face apasand pe "+1".
  4. Daca vrei sa-mi apreciezi munca o poti face apasand pe butonul "+1".
  5. _rmx4ever_

    eroare /ff

    CMD:ff(playerid, params[]) { if(IsPlayerConnected(playerid)) { if (playerVariables[playerid][pAdminLevel] >= 1) { new Float:px, Float:py, Float:pz, Float:pa; GetPlayerFacingAngle(playerid, pa); if(pa >= 0.0 && pa <= 22.5) // { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px, py+20, pz); } if(pa >= 332.5 && pa < 0.0) //n2 { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px, py+20, pz); } if(pa >= 22.5 && pa <= 67.5) //nw { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px-10, py+10, pz); } if(pa >= 67.5 && pa <= 112.5) //w { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px-20, py, pz); } if(pa >= 112.5 && pa <= 157.5) //sw { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px-10, py-10, pz); } if(pa >= 157.5 && pa <= 202.5) //s { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px, py-20, pz); } if(pa >= 202.5 && pa <= 247.5)//se { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px+10, py-10, pz); } if(pa >= 247.5 && pa <= 292.5)//e { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px+20, py, pz); } if(pa >= 292.5 && pa <= 332.5)//e { GetPlayerPos(playerid, px, py, pz); SetPlayerPos(playerid, px+10, py+10, pz); } return 1; } } return 1; }
  6. Poi ori o faci prin strcmp, ori prin ymcd, depinde. Presupun ca prin acea comanda vrei sa iti apara o masina. Varianta strcmp: if(strcmp(cmd, "/spawncar", true) == 0) { new model,color1,color2,str[512]; if(sscanf(params, "iii", model,color1,color2)) return SendUsage(playerid,"/spawncar <model> <color1> <color2>"); new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(model, X,Y,Z, 0.0, color1, color2, -1); return 1; } si ycmd: YCMD:spawncar(playerid, params[], help) { new model,color1,color2,str[512]; if(sscanf(params, "iii", model,color1,color2)) return SendUsage(playerid,"/spawncar <model> <color1> <color2>"); new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(model, X,Y,Z, 0.0, color1, color2, -1); return 1; }
  7. Daca vrei sa-mi apreciezi munca, o poti face apasand pe butonul "+1".
  8. Toate is 150x250, nu stiu ce vrei tu, poaate 150x300.
  9. Daca vrei sa-mi apreciezi munca, o poti face apasand pe "+1".
  10. Daca vrei sa-mi apreciezi munca, o poti face apasand pe "+1".
  11. Daca vrei sa-mi apreciezi munca, o poti face apasand pe "+1".
  12. Daca vrei sa-mi apreciezi munca, o poti faca apasand pe "+1".
  13. Daca vrei sa imi apreciezi munca, o poti face apasand pe "+1".
  14. Daca vrei sa-mi apreciezi munca, o poti face apasand pe butonul "+1".
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.

moduri samp