Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5251 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Sveiki man reikia jūsų pagalbos kaip padaryti, kad administratoriaus vardą rašytų. Ir gal galit padaryti, kad tik administratoriai galėtų naudoti šią komandą? :D

       if(!strcmp(cmdtext, "/s ", true,3)){
   		if(cmdtext[2]==0){SendClientMessage(playerid, COLOR, "* Naudojimas: /s [tekstas]"); return 1;}
   		new zin[256];
   		format(zin,sizeof(zin),"[Administratorius] %s",cmdtext[3]);
   		SendClientMessageToAll(COLOR,zin);
   		return 1;
	}

Padėjei = +REP

Svečias

Prašom...

       if(!strcmp(cmdtext, "/s ", true,3))
      {
         if(playerDB[playerid][admin]<1){SendClientMessage(playerid,0x33AA33AA,"* Ši komanda yra skirta tik administratoriams"); return 1;}
         new name[MAX_PLAYER_NAME];
         GetPlayerName(playerid,name,MAX_PLAYER_NAME);
         if(cmdtext[2]==0){SendClientMessage(playerid, COLOR, "* Naudojimas: /s [tekstas]"); return 1;}
         new zin[256];
         format(zin,sizeof(zin),"[Administratorius] %s: %s",name,cmdtext[3]);
         SendClientMessageToAll(COLOR,zin);
         return 1;
     }

data/pickups.txt(318) : warning 202: number of arguments does not match definition
data/menu.txt(81) : error 017: undefined symbol "GetPlayerMoneyA"
data/menu.txt(89) : error 017: undefined symbol "GivePlayerMoneyA"
data/lobis.txt(149) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(198) : error 004: function "CreateTunedCar" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(212) : error 017: undefined symbol "InvalidNickKick"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(213) : error 004: function "Clear" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(231) : warning 209: function "OnPlayerConnect" should return a value
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(294) : error 004: function "SetVehicleParamsForAll" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(301) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(330) : error 004: function "LoadPlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(344) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(389) : error 017: undefined symbol "ResetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(395) : error 017: undefined symbol "ResetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(422) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(427) : error 017: undefined symbol "GetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(429) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(545) : error 017: undefined symbol "GetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(553) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(554) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(575) : error 017: undefined symbol "GetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(581) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(613) : error 017: undefined symbol "GetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(620) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(668) : error 017: undefined symbol "GetPlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(675) : error 017: undefined symbol "GivePlayerMoneyA"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(790) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(1290) : error 017: undefined symbol "GivePlayerMoneyA"

:help:

C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(198) : error 004: function "CreateTunedCar" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(212) : error 017: undefined symbol "InvalidNickKick"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(213) : error 004: function "Clear" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(231) : warning 209: function "OnPlayerConnect" should return a value
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(294) : error 004: function "SetVehicleParamsForAll" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(301) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(330) : error 004: function "LoadPlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(790) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(1074) : warning 213: tag mismatch
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(1353) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(1890) : error 017: undefined symbol "CarSaveData"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(1911) : error 004: function "CreateTunedCar" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(2058) : error 004: function "SetVehicleParamsForAll" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(2122) : error 004: function "SavePlayerData" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(2262) : error 004: function "SetVehicleParamsForAll" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3667) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3667) : error 004: function "OnPlayerEnterVehicle" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3669) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3673) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3676) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3688) : error 017: undefined symbol "IsAutohausCar"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3694) : error 004: function "SetVehicleParamsForAll" is not implemented
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3708) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3710) : error 017: undefined symbol "ispassenger"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3714) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3717) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3723) : error 017: undefined symbol "vehicleid"
C:\Documents and Settings\Parkas\Desktop\GRP4\gamemodes\GRP4.pwn(3724) : error 017: undefined symbol "vehicleid"

Viską išnaujo gausiu daryt :/

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5251 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Prisijungti prie diskusijos

Palikti atsakymą galite iš karto, o užsiregistruoti vėliau. Jeigu jau turite paskyrą mūsų forume, Prisijunkite.

Svečias
Atsakyti šioje temoje...

×   Įklijuotas tekstas turi teksto formatavimą.   Pašalinti teksto formatavimą

  Galimi tik 75 veidukai.

×   Nuoroda buvo automatiškai įterpta.   Įterpti nuorodą paprastai

×   Jūsų ankstesnis pranešimas buvo atkurtas.   Išvalyti redaktorių

×   Jūs negalite įkelti nuotraukas tiesiogiai.Įkelkite arba įdėkite nuotraukas iš URL.

  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...