Jump to content

HussaiN

Membru
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

HussaiN's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Salut, sunt incepator in scripting si as dori putin ajutor. Chiat daca poate, ceea ce este mai jos e vai de capu' ei, eu macar incerc. YCMD:hc(playerid, params[], help) { if(PlayerData[playerid][Helper] < 1 || PlayerData[playerid][Admin] < 1) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); new message[128], string[256]; if(sscanf(params, "s[128]", message)) return SendUsage(playerid,"/hc <mesaj>"); format(string, sizeof(string), "(Helper %d) %s: %s", PlayerData[playerid][Helper], GetName(playerid), message); format(string, sizeof(string), "(Admin %d) %s: %s", PlayerData[playerid][Admin], GetName(playerid), message); SendHelperMessage(culoare_helperchat, string); return 1; } Nu primesc nicio erroare, se compileaza perfect, dar cand intru in joc ca admin 6, helper 0 si incerc sa scriu ceva pe /hc imi zice ca nu sunt autorizat.
  2. : error 021: symbol already defined: "GetPlayerName" : error 010: invalid function or declaration : error 010: invalid function or declaration : error 090: public functions may not return arrays (symbol "GetPlayerZone") : error 021: symbol already defined: "GetPlayerZone" : error 079: inconsistent return types (array & non-array) : warning 203: symbol is never used: "PP" : warning 203: symbol is never used: "nume"
  3. Noroc. Ma ajuta si pe mine cineva sa fac o conectare corecta la baza de date? #define SQL_HOST "localhost" #define SQL_USER "root" #define SQL_DATA "alexsql" #define SQL_PASS "" #define SERVER_NAME "nu conteaza aici" L-am conectat pe localhost/phpmyadmin, nu mi-a dat nicio eroare dupa ce am importat-o. Cand intru pe server, dupa ce inregistrez imi da eroare la logare chiar daca pun aceeasi parola. :?
  4. .pwn(45) : error 001: expected token: ";", but found "-identifier-" 45 - cache_get_row_count(rows);
×
×
  • 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.