Jump to content

[RSS]Cops_sandu

Membru
  • Posts

    198
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

[RSS]Cops_sandu's Achievements

Collaborator

Collaborator (7/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. ai Nvidia? daca nu inti trebuie sa cumperi
  2. warning 203: symbol is never used: "ShowGeneral" [pawn]#pragma unused ShowGeneral[/pawn]
  3. sau mai bine incearca [pawn]#define VehicleMaxSpeed 9999 //Define the Speed Limit! (KPH)[/pawn] ar fi si asta [pawn]#define UpdateConfig 1000 //Update Speedo functions in ... (Miliseconds)[/pawn]
  4. poti pui imagine?sa vedem si noi
  5. da ca nu merge comanda ce a spus freedie,uite aici [pawn]if(strcmp(cmd, "/jetpack", true) == 0) { if(IsPlayerConnected(playerid))//da ca tot nu merge incerca stergi aici { if (PlayerInfo[giveplayerid][pAdmin] < 1337) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK); SendClientMessage(playerid, COLOR_YELLOW2, "You have been given an Admin JetPack"); return 1; } else { return SendClientMessage(playerid, COLOR_GRAD1, "You are not authorized to use that command!"); } } }[/pawn] sau [pawn]if(strcmp(cmd, "/jetpack", true) == 0) { if(IsPlayerConnected(playerid))//da ca tot nu merge incerca stergi aici { if (PlayerInfo[giveplayerid][pAdmin] < 1337) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK); SendClientMessage(playerid, COLOR_YELLOW2, "You have been given an Admin JetPack"); return 1; } else { return SendClientMessage(playerid, COLOR_GRAD1, "You are not authorized to use that command!"); } }[/pawn]
  6. dcmd_viplist(playerid,params[]) { #pragma unused params if(AccInfo[playerid][LoggedIn] == 1) { new bool:First2 = false; new CountVL, i,string[128]; new pName2[MAX_PLAYER_NAME]; for(i = 0; i < MAX_PLAYERS; i++){ if(IsPlayerConnected(i) && AccInfo[i][pVip] > 0) CountVL++; } if(CountVL == 0) return SendClientMessage(playerid,red, "No players have VIP Account!"); for(i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && AccInfo[i][pVip] > 0) { GetPlayerName(i, pName2, sizeof(pName2)); if(!First2) { format(string, sizeof(string),"Vips {FC0303}: {00CEFC}%s", pName2); First2 = true; } else format(string,sizeof(string),"%s",pName2); } } return SendClientMessage(playerid,green,string); } else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands"); }
  7. if(strcmp(cmd, "/jetpack", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] < 1337) { return SendClientMessage(playerid, COLOR_GRAD1, "EROARE: Nu poti folosi aceasta comanda!"); } SetPlayerSpecialAction(playerid,2); SendClientMessage(playerid, COLOR_YELLOW2, "Ti-ai creat un jetpack!); #pragma unused params return true; }
  8. [pawn]if(strcmp(cmd, "/jetpack", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[giveplayerid][pAdmin] < 1337) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK); SendClientMessage(playerid, COLOR_YELLOW2, "You have been given an Admin JetPack"); return 1; } else { SendClientMessage(playerid, COLOR_GRAD1, "You are not authorized to use that command!"); return 1; } } }[/pawn]
  9. [pawn]else if (PlayerToPoint(5, playerid, 246.5325,62.4251,1003.6406))//LSPD { SetPlayerPos(playerid, 1554.9100,-1675.6428,16.1953); SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); PlayerInfo[playerid][pVirWorld] = 0; GameTextForPlayer(playerid, "~w~Los Santos", 1000, 1); } return 1; }[/pawn]
  10. e numele dns, http://www.sa-mp.ro/forum/index.php/topic,7718.0.html
  11. ))) in wiki.sa-mp.com este FilleZilla? )
  12. nu este waterinclude.so,este numai waterinclude.dll
  13. samp-server.exe trebuie sa fie
  14. ba nu ati auzit de pastebin?? + explica ce asta noutza
×
×
  • 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.