di compile dulu script nya trus cek aja
btw kasih tanks nya donk
pencet yg bawah tuh jempol . .![]()
Me Guzta !
| The Following User Says Thank You to xdalzJr For This Useful Post: | ||
GAN NEED HELP !!!
Setelah ane install JunkBuster
ane Compile game mode ane
trus ada yg error..
nih yg error >.<
Tolong bantuannya biar work kkCode:C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(2035) : error 025: function heading differs from prototype C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(2036) : error 021: symbol already defined: "JBC_GetPlayerSpeed" C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(12806) : error 047: array sizes do not match, or destination array is too small C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(12816) : error 047: array sizes do not match, or destination array is too small C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(12918) : error 047: array sizes do not match, or destination array is too small C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(12938) : error 047: array sizes do not match, or destination array is too small C:\Users\AS4732Z\Desktop\MY SAMP CCD\NEW 2011, 30 JAN\pawno\SATDM~RP(INDON)2.pwn(12945) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 7 Errors.![]()
tolong dong solusinya kalo eror kaya gini gimanaCode:---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3a R4, (C)2005-2009 SA-MP Team [13:52:35] [13:52:35] Server Plugins [13:52:35] -------------- [13:52:35] Loaded 0 plugins. [13:52:35] [13:52:35] Filter Scripts [13:52:35] --------------- [13:52:35] Loading filter script 'ladmin4v2.amx'... [13:52:35] ________________________________________ [13:52:35] ________________________________________ [13:52:35] LAdmin Loading... [13:52:35] ________________________________________ [13:52:35] -Configuration Settings Loaded [13:52:35] -16 Forbidden Names Loaded [13:52:35] -9 Forbidden Words Loaded [13:52:35] ________________________________________ [13:52:35] LAdmin Version 4.0 [13:52:35] Loaded [13:52:35] ________________________________________ [13:52:35] Date: 30/1/2011 Time: 13:52 :35 [13:52:35] ________________________________________ [13:52:35] ________________________________________ [13:52:35] Loaded 1 filter scripts. [13:52:35] foreach called [13:52:35] Total vehicles from files: 0 [13:52:35] All pickups are created! [13:52:35] /Variables/Variables.ini was found in the scriptfiles folder! [13:52:35] AreaCheck timer loaded! [13:52:35] All classes loaded! [13:52:35] All vehicles loaded! [13:52:35] All gangzones loaded! [13:52:35] EnableTirePopping() function is removed. [13:52:35] Objects loaded [13:52:35] __________GAMEMODE LOADING!_________ [13:52:35] ---------------------------------- [13:52:35] TEST GAMEMODE EDITED [13:52:35] ---------------------------------- [13:52:35] __________GAMEMODE LOADED!__________ [13:52:35] Number of vehicle models: 27
gan kalo mao naro beginian dimana
kan w nyoba naro neh script asal tapi kalo keluar kaya gini apa solusinyaCode:public advert1() { SendClientMessageToAll(0xAFAFAFAA, "***Server hosted by delux-host.com"); return 1; } public TIP() { SendClientMessageToAll(COLOR_PINK, "*** TIP: Use /pNRG to spawn your Personal NRG-500 | /cpNRG to bring it to you!"); SendClientMessageToAll(COLOR_SHOOTER, "*** TIP2: Use /shop to buy PowerUps, Weapons, Vehicles or Tunning for Vehicles!"); for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(GetPlayerWantedLevel(i) != 0) { SetPlayerWantedLevel(i, GetPlayerWantedLevel(i) -1); } } } return 1; } public Reward() { new pys[100]; for(new i=0; i<MAX_PLAYERS; ++i) { if ( IsPlayerConnected(i) ) { points[i] = points[i] + 1; if( hired[i] == 0) { SendClientMessage(i, 0xFFFFD5FF, "***You Played some Time on Server so Here:1000$ !"); GivePlayerMoney(i, 1000); }else if ( hired[i] == 1) { if (gTeam[i] == TEAM_HO ) { format(pys, 100, "PAY-DAY: You recieved %d$ as a Salary !", HoPay); GivePlayerMoney(i, HoPay); SendClientMessage(i, COLOR_SHOOTER, pys); } } } } return 1; }
gan satu lagi neh ane mau tanya bagaimana supaya neh script tau kalau w itu admin sehingga w ga dikick dari server wCode:E:\samp server 0.3\gamemodes\test.pwn(723) : warning 235: public function lacks forward declaration (symbol "advert1")
tolong yang tau kasih tauCode:public AntiWeaponsHack(){ #if defined ANTI_WEAPONS for(new i=0;i<MAX_SERVER_PLAYERS;i++){ new weapon=GetPlayerWeapon(i); GetPlayerName(i, pname, sizeof(pname)); if(IsPlayerConnected(i) && !IsPlayerNPC(i)){ if(Spawned[i]==true){ switch(weapon){ case MINIGUN,FLAME_THROWER,MOLOTOVS,GRENADES,TEAR_GAS,RPG,ROCKET_LAUNCHER,SACHET_CHARGERS,DETONATOR,SAWNOFF_SHOTGUN,COMBAT_SHOTGUN,RIFLE,SPRAY_PAINT,FIRE_EXTINGUER:{ for(new a=0;a<MAX_SERVER_PLAYERS;a++){ if(Lingua[a]==1){ format(string,sizeof(string),"SERVER: %s è stato cacciato dal server [Motivo: Weapons hack]", pname); SendClientMessage(a,GIALLO,string);GameTextForPlayer(i,"~r~CACCIATO~n~~b~per~n~~r~Weapons hack",10000,3);}else if(Lingua[a]==2){ format(string,sizeof(string),"SERVER: %s has been kicked [Reason: Weapons hack]", pname); SendClientMessage(a,GIALLO,string);GameTextForPlayer(i,"~r~KICKED~n~~b~for~n~~r~Weapons Hack",10000,3);}} Kick(i);}}}}} #endif return 1;}
wadduh sheen.. setelah ane pake yg versi 6.. (bahkan 3, 4, 5, 7 dah w coba) kaga ada yg bisa.
gimana nih ??
nih yg versi 6 error nya gini nih
ape yg harus ane laku kan gan ??Code:C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\include\dutils.inc(199) : error 025: function heading differs from prototype C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\include\dutils.inc(199) : error 021: symbol already defined: "JB_SetPlayerMoney" C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\include\dutils.inc(202) : warning 209: function "JB_SetPlayerMoney" should return a value C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\include\streamer.inc(376) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint") C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\SATDM~RP(INDON)1.pwn(2131) : warning 201: redefinition of constant/macro (symbol "RED") C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\SATDM~RP(INDON)1.pwn(2342) : error 021: symbol already defined: "ReturnTime" C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\SATDM~RP(INDON)1.pwn(2350) : error 021: symbol already defined: "ReturnDate" C:\Users\AS4732Z\Desktop\MY SAMP CCD\1231231\pawno\SATDM~RP(INDON)1.pwn(2358) : error 021: symbol already defined: "GetMonth" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 5 Errors.
__ ___ ___ ___ ___ ____ ___ ___ ___
klo boleh tw IndoGamers pake JunkBuster versi brp sih?
ada yg di edit ?? boleh minta ga?? hehee
cara ngilangin StuntBonus gmana sih?![]()
Gan yang punya GameMode SATD~RP upload dong abis kalo download eror terus
Share This Thread