Jump to content

DoX

Membru
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by DoX

  1. DoX

    Pawno Problem

    Bine, Multumesc mult :*
  2. DoX

    Pawno Problem

    Asa este am linia aceasta if (sscanf(params, "d", Giveplayerid)) SendClientMessage(playerid,COLOR_WHITE, "SERVER: /specplayer [Playerid]"); si aceasta stock sscanf(string[], format[], {Float,_}:...) Ce trebuie sa fac ca sa mearga? UPDATE : Am rezolvat , multumesc foarte mult, va raman dator ! :*
  3. DoX

    Pawno Problem

    41350. {
  4. DoX

    Pawno Problem

    C:\Documents and Settings\User Admin\Desktop\Server\GameZone\GameZone\gamemodes\GameZone.pwn(41350) : error 021: symbol already defined: "sscanf" C:\Documents and Settings\User Admin\Desktop\Server\GameZone\GameZone\gamemodes\GameZone.pwn(9765) : warning 204: symbol is assigned a value that is never used: "aron" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. Stiu ca a2a este warn, dar prima :-?
  5. DoX

    Pawno Problem

    Liniile : 274. forward JoinChannel(playerid, number, line[]); 296. //============================================================================== 318. forward IsPlayerInTurf(playerid, turfid); 340. forward PayLog(string[]); 362. forward PrepareKarting(); 384. forward HBroadCast(color,const string[]); 406. forward ClearMarriage(playerid); 433. forward ini_GetValue( line[] ); 434. forward PlayerPlayMusic(playerid); 435. forward StopMusic(); 436. forward PlayerFixRadio(playerid); 449. enum Factions 454. Float:fZ, 40. #define MAX_STRING 300 2376-2385 new Text3D:cosm1nn = Create3DTextLabel("LS-12-CoSm1N",COLOR_3DTEXT,30.0,30.0,5.0,30.0,0); Attach3DTextLabelToVehicle(cosm1nn, cosm1n, 0.0, 0.0, 0.0); new Text3D:mariaa = Create3DTextLabel("LS-12-Maria..",COLOR_3DTEXT,30.0,30.0,5.0,30.0,0); Attach3DTextLabelToVehicle(mariaa, maria, 0.0, 0.0, 0.0); new Text3D:andy133 = Create3DTextLabel("LS-03-AnDy13",COLOR_3DTEXT,30.0,30.0,5.0,30.0,0); Attach3DTextLabelToVehicle(andy133, andy13, 0.0, 0.0, 0.0); new Text3D:focuss = Create3DTextLabel("LV-01-BBG",COLOR_3DTEXT,30.0,30.0,5.0,30.0,0); Attach3DTextLabelToVehicle(focuss, focus, 0.0, 0.0, 0.0); new Text3D:davidd = Create3DTextLabel("LS-44-D@avid",COLOR_3DTEXT,30.0,30.0,5.0,30.0,0); Attach3DTextLabelToVehicle(davidd, david, 0.0, 0.0, 0.0); 2429. \nMade by Penisache & GHz\nVa doresc o zi buna si bafta la joc!","Accept","Decline"); 6553. ShowPlayerDialog(playerid,12346,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit"); 6562. ShowPlayerDialog(playerid,12345,DIALOG_STYLE_INPUT,"Register",regstring,"Register","Exit"); 6903. ShowPlayerDialog(i,12346,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit"); 11510. housesale = Create3DTextLabel(string,0x006400FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1); 11518. Create3DTextLabel(string,0x006400FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+1,15,0,1);
  6. DoX

    Pawno Problem

    Am adaugat si imi da 26 de erori UPDATE : Astea sunt cele 26 de erori X_X C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(274) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(296) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(318) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(340) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(362) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(384) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(406) : error 017: undefined symbol "IsPlayerNPC" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(433) : warning 202: number of arguments does not match definition C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(434) : error 017: undefined symbol "CreatePlayer3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(436) : error 017: undefined symbol "DeletePlayer3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\pawno\include\streamer.inc(454) : error 017: undefined symbol "UpdatePlayer3DTextLabelText" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(40) : warning 201: redefinition of constant/macro (symbol "MAX_STRING") C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2376) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2376) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2377) : error 017: undefined symbol "Attach3DTextLabelToVehicle" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2378) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2378) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2379) : error 017: undefined symbol "Attach3DTextLabelToVehicle" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2380) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2380) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2381) : error 017: undefined symbol "Attach3DTextLabelToVehicle" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2382) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2382) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2383) : error 017: undefined symbol "Attach3DTextLabelToVehicle" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2384) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2384) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2385) : error 017: undefined symbol "Attach3DTextLabelToVehicle" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2429) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2384) : warning 204: symbol is assigned a value that is never used: "davidd" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2382) : warning 204: symbol is assigned a value that is never used: "focuss" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2380) : warning 204: symbol is assigned a value that is never used: "andy133" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2378) : warning 204: symbol is assigned a value that is never used: "mariaa" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(2376) : warning 204: symbol is assigned a value that is never used: "cosm1nn" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(6553) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(6562) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(6903) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(11510) : error 017: undefined symbol "Create3DTextLabel" C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(11510) : warning 213: tag mismatch C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(11518) : error 017: undefined symbol "Create3DTextLabel" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
  7. Acum vre.o 2 zile am luat un GM de pe net :-? , ca majoritatea de pe ce acest forum (zic eu) , si am vrut sa ii dau compile cu pawno de 0.3c si mi`a dat aceasta eroare :-? , e ceva de facut? C:\Documents and Settings\User Admin\Desktop\GameZone\GameZone\gamemodes\GameZone.pwn(15) : fatal error 100: cannot read from file: "streamer" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
×
×
  • 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.