Jump to content

SAMP RPG ROMANIA [VERSION 0.1]


heker

Recommended Posts

  • Replies 85
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(566) : error 017: undefined symbol "mysql_retrieve_row"

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(657) : error 017: undefined symbol "mysql_retrieve_row"

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(251) : warning 204: symbol is assigned a value that is never used: "Streamer_g_OPERC"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

  :D:D:D:D DC ???????????

Link to comment
Share on other sites

da pacat ca imi da eroare :((((

Pune noul include de la a_mysql.

Am gasit un bug.

Dupa ce termini "sala(dmv)" te pune intro masina, si iti scrie ca nu ai carnet de categoria B. Deci nu poti da testu.

Rezolvare.

[pawn]

//cautati "Job ," si adaugati:

DMVOn,

//cautati "SetTimerEx("DMVPractica",4000,0,"i",playerid);" si dedesupt adaugati:

PlayerData[playerid][DMVOn] = 1;

//cautati "DMVTimer = SetTimerEx ( "DMVCheck" , 500 , 1 , "i" , playerid ) ;" si dedesupt adaugati:

PlayerData[playerid][DMVOn] = 0;

[/pawn]

La final cautati, OnPlayerStateChange si inlocuiti cu:

[pawn]

public OnPlayerStateChange(playerid, newstate, oldstate)

{

    if(newstate == PLAYER_STATE_DRIVER)

    {

if(PlayerData[playerid][DMVOn] == 0)

{

    if(PlayerData[playerid][PermisAuto] < 1)

    {

        SendClientMessage(playerid, ~0, ""ATENTIE"ATENTIE: "ALB"Nu ai Permisul Auto Categoria B");

RemovePlayerFromVehicle(playerid);

}

}

}

return 1;

}

[/pawn]

RoberTo sper ca nu te superi ca am postat rezolvarea :)) (nu prea are nici un sens, dar stiu pe cineva care a facut crize la astfel de faza).

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(566) : error 017: undefined symbol "mysql_retrieve_row"

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(657) : error 017: undefined symbol "mysql_retrieve_row"

C:\DOCUME~1\Mihai\LOCALS~1\Temp\SAMP.pwn(251) : warning 204: symbol is assigned a value that is never used: "Streamer_g_OPERC"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

  :D:D:D:D DC ???????????

Ai rezolvat am aceeasi problema...

Link to comment
Share on other sites

Cam tot ce e acolo e din fRP,isn't?

Strange thing, la fRP am primit 2 comments si avea mai multe chestii si la asta sunt 3 pagini o.O

Poate daca ii faceam o drescriere mai pompoasa se uita lumea

By the way,Good Job :)

Link to comment
Share on other sites

Auzi am reusit sa pun totul intru pe server ma inregistrez etc totul merge perfect...

Exact dupa ce ma logez pe server instant imi da Server closed Connection

Ce am gresit?

Tin sa precizez nu am nicio eroare..:(

Dane ultimule lini din server_log

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

----------

Loaded log file: "server_log.txt".

----------

SA-MP Dedicated Server

----------------------

v0.3d-R2, ©2005-2011 SA-MP Team

[23:27:38] filterscripts = ""  (string)

[23:27:38]

[23:27:38] Server Plugins

[23:27:38] --------------

[23:27:38]  Loading plugin: sscanf

[23:27:38]

[23:27:38]  ===============================

[23:27:38]      sscanf plugin loaded.   

[23:27:38]    © 2009 Alex "Y_Less" Cole

[23:27:38]  ===============================

[23:27:38] sscanf error: The current build ONLY supports 0.3d

[23:27:38]  Loaded.

[23:27:38]  Loading plugin: streamer

[23:27:38]

*** Streamer Plugin v2.5 by Incognito loaded ***

[23:27:38]  Loaded.

[23:27:38]  Loading plugin: mysql

[23:27:38]

  > MySQL plugin R5 successfully loaded.

[23:27:38]  Loaded.

[23:27:38]  Loaded 3 plugins.

[23:27:38]

[23:27:38] Filterscripts

[23:27:38] ---------------

[23:27:38]  Loaded 0 filterscripts.

[23:27:38] Conectare cu succes la baza de date !

[23:27:38] SA-MP RPG NFLY

[23:27:38] Number of vehicle models: 0

Link to comment
Share on other sites

for those things,check this out:  http://solidfiles.com/d/334b1/

Poate o sa imi iau o placa video in curand si o sa incep sa il termin(ce straniu suna).

M-am uitat peste el, practic nu am inteles totul dar suna promitator...Il astept cu nerabdare:)

Imi poate da cineva foreach2.inc please?

Link to comment
Share on other sites

Ma poate ajuta cineva cu eroarea asta?

fRP_core.pwn(204) : error 017: undefined symbol "OnDuty"

fRP_core.pwn(216) : error 017: undefined symbol "pLeader"

fRP_core.pwn(218) : error 017: undefined symbol "FactionSkin"

fRP_core.pwn(220) : error 017: undefined symbol "pLeader"

fRP_core.pwn(222) : error 017: undefined symbol "FactionSkin"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.