
greenday
Members-
Posts
15 -
Joined
-
Last visited
greenday's Achievements

Square (6/54)
0
Reputation
-
Oh yes, thanks for the detailed explanation. I understand the concept clearly now.
-
This is the code: addEvent ( "onPlayerChooseTeam" , true ) addEventHandler ( "onPlayerChooseTeam" , root , function ( teamName ) local team = getTeamFromName ( teamName ) setPlayerTeam ( source , team ) outputChatBox("You changed your GANG to "..getTeamName(team).." Team.", source, 0, 255, 0) end ) The errors I am getting: In line 6: Bad argument @ 'getTeamName' In line 6: attempt to concatenate a boolean value The argument 'team' of getTeamName is defined above as a local variable but still its a bad argument? And I dont understand what "attempt to concatenate a boolean value" means! I am pretty new to scripting, so please help!
-
Just one question - Did you really purchased a vbulletin license for your site?
-
Whoa, that was simple and effective. Hope I become an experienced scripter like you one day Thanks again
-
Thanks a ton bro! the script works perfectly! Just 1 more thing, I need to set the player's health to 200 when he hit the marker also. Please tell me how I implement setElementHealth to the script you suggested up.
-
Hi, Im trying to make a script in which - when a client hits a marker, $500 will be deducted from his money. The code I wrote is not working and I need help: marker_00 = createMarker(1178,-1317,14,"cylinder",1,255,255,150) marker_01 = createMarker(1252,329,20,"cylinder",1,255,255,150) marker_02 = createMarker(-312,1052,20.5,"cylinder",1,255,255,150) marker_03 = createMarker(1600,1820,11,"cylinder",1,255,255,150) marker_04 = createMarker(-2667,636,14.5,"cylinder",1,255,255,150) marker_05 = createMarker(2030,-1405,17.5,"cylinder",1,255,255,150) marker_06 = createMarker(-1520,2520,56,"cylinder",1,255,255,150) marker_07 = createMarker(-2190,-2300,30.5,"cylinder",1,255,255,150) marker_08 = createMarker(2026,-1408,16,"cylinder",1,255,255,150) function takeHisMoney(thePlayer) takePlayerMoney (thePlayer, 500) end addEventHandler("onClientMarkerHit", marker_00,takeHisMoney) addEventHandler("onClientMarkerHit", marker_01,takeHisMoney) addEventHandler("onClientMarkerHit", marker_02,takeHisMoney) addEventHandler("onClientMarkerHit", marker_03,takeHisMoney) addEventHandler("onClientMarkerHit", marker_04,takeHisMoney) addEventHandler("onClientMarkerHit", marker_05,takeHisMoney) addEventHandler("onClientMarkerHit", marker_06,takeHisMoney) addEventHandler("onClientMarkerHit", marker_07,takeHisMoney) addEventHandler("onClientMarkerHit", marker_08,takeHisMoney)
-
Thanks a ton bro, it worked perfectly!
-
Players on my server abuse /me command, they bind it and spam the chat box. I wanna know the name of the resource this command is in. I searched a lot and couldn't find any thread related to it.
-
Seriously? don't you have anything else to do besides post "lol map" on every thread on this forum?
-
Thanks a lot mate! I needed this BAAAAADLY. I owe you one
-
Link is dead now, can someone please provide a mirror
-
make sure port 22005 is forwarded.
-
I host my server on a linux VPS, unmanaged. Somehow my server doesn't appear on the list. All the ports are opened and ase is set to 1. Port 22126 UDP is open. f**k yeah! Port 22003 UDP is open. f**k yeah! Port 22005 TCP is open. f**k yeah! The tried to give it some time, I checked back after 12-13 hours the server is still not on the list. Don't know what the problem is? Please help guyz. Edit: Players can play by manually entering the IP, but can't see the server on the list.
-
I downloaded the source but when compiling it with the command "make -C MTA10_Server install", there is an error, can a expert help me in this please? make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/ps/mtasa-blue/MTA10_Server/core' make[2]: Leaving directory `/home/ps/mtasa-blue/MTA10_Server/core' make[1]: Leaving directory `/home/ps/mtasa-blue/MTA10_Server/core' Making install in dbconmy make[1]: Entering directory `/home/ps/mtasa-blue/MTA10_Server/dbconmy' make install-am make[2]: Entering directory `/home/ps/mtasa-blue/MTA10_Server/dbconmy' /bin/bash ../../libtool --tag=CXX --tag=disable-static --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./logic/ -I./../sdk/ -I./../../Shared/sdk/ -I./../../Shared/publicsdk/include/ -I./../../vendor/ehs/ -I./../../vendor/pme/ -I./../../vendor/json-c/ -I./../../vendor/bob_withers/ -I./../../vendor/bochs/ -I/usr/include/mysql -I./../../Shared/animation/ -I./../../vendor/zip// -I./../../vendor/lua/src -I./../../vendor/lua/src -I../../vendor/sparsehash/current/src -I../../vendor/sparsehash/current/src -m32 -Wall -DTIXML_USE_STL -Winvalid-pch -m32 -MT dbconmy_la-StdInc.lo -MD -MP -MF .deps/dbconmy_la-StdInc.Tpo -c -o dbconmy_la-StdInc.lo `test -f 'StdInc.cpp' || echo './'`StdInc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./logic/ -I./../sdk/ -I./../../Shared/sdk/ -I./../../Shared/publicsdk/include/ -I./../../vendor/ehs/ -I./../../vendor/pme/ -I./../../vendor/json-c/ -I./../../vendor/bob_withers/ -I./../../vendor/bochs/ -I/usr/include/mysql -I./../../Shared/animation/ -I./../../vendor/zip// -I./../../vendor/lua/src -I./../../vendor/lua/src -I../../vendor/sparsehash/current/src -I../../vendor/sparsehash/current/src -m32 -Wall -DTIXML_USE_STL -Winvalid-pch -m32 -MT dbconmy_la-StdInc.lo -MD -MP -MF .deps/dbconmy_la-StdInc.Tpo -c StdInc.cpp -fPIC -DPIC -o .libs/dbconmy_la-StdInc.o In file included from ./../../Shared/sdk/SharedUtil.hpp:18:0, from StdInc.cpp:3: ./../../Shared/sdk/SharedUtil.Misc.hpp: In function 'std::wstring SharedUtil::ANSIToUTF16(const string&)': ./../../Shared/sdk/SharedUtil.Misc.hpp:908:22: warning: converting to non-pointer type 'wchar_t' from NULL [-Wconversion-null] In file included from ./../../Shared/sdk/SharedUtil.hpp:19:0, from StdInc.cpp:3: ./../../Shared/sdk/SharedUtil.File.hpp: In function 'bool SharedUtil::FileExists(const SString&)': ./../../Shared/sdk/SharedUtil.File.hpp:32:36: error: no matching function for call to 'stat::stat(const SString&, stat*)' ./../../Shared/sdk/SharedUtil.File.hpp:32:36: note: candidates are: /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: stat::stat() /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: candidate expects 0 arguments, 2 provided /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: stat::stat(const stat&) /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: candidate expects 1 argument, 2 provided ./../../Shared/sdk/SharedUtil.File.hpp:34:38: error: 'S_ISDIR' was not declared in this scope ./../../Shared/sdk/SharedUtil.File.hpp: In function 'bool SharedUtil::DirectoryExists(const SString&)': ./../../Shared/sdk/SharedUtil.File.hpp:51:32: error: no matching function for call to 'stat::stat(const SString&, stat*)' ./../../Shared/sdk/SharedUtil.File.hpp:51:32: note: candidates are: /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: stat::stat() /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: candidate expects 0 arguments, 2 provided /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: stat::stat(const stat&) /usr/include/i386-linux-gnu/bits/stat.h:39:8: note: candidate expects 1 argument, 2 provided ./../../Shared/sdk/SharedUtil.File.hpp:53:37: error: 'S_ISDIR' was not declared in this scope ./../../Shared/sdk/SharedUtil.File.hpp: In function 'void SharedUtil::MakeSureDirExists(const SString&)': ./../../Shared/sdk/SharedUtil.File.hpp:219:35: error: 'mkdir' was not declared in this scope In file included from ./../../Shared/sdk/SharedUtil.hpp:19:0, from StdInc.cpp:3: ./../../Shared/sdk/SharedUtil.File.hpp: In function 'std::vector SharedUtil::FindFiles(const SString&, bool, bool)': ./../../Shared/sdk/SharedUtil.File.hpp:516:45: error: 'lstat' was not declared in this scope ./../../Shared/sdk/SharedUtil.File.hpp:517:53: error: 'S_ISDIR' was not declared in this scope In file included from ./../../Shared/sdk/SharedUtil.hpp:25:0, from StdInc.cpp:3: ./../../Shared/sdk/SharedUtil.File.hpp: In function 'bool SharedUtil::DirectoryExists(const SString&)': ./../../Shared/sdk/SharedUtil.File.hpp:55:1: warning: control reaches end of non-void function [-Wreturn-type] ./../../Shared/sdk/SharedUtil.File.hpp: In function 'bool SharedUtil::FileExists(const SString&)': ./../../Shared/sdk/SharedUtil.File.hpp:36:1: warning: control reaches end of non-void function [-Wreturn-type] make[2]: *** [dbconmy_la-StdInc.lo] Error 1 make[2]: Leaving directory `/home/ps/mtasa-blue/MTA10_Server/dbconmy' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/ps/mtasa-blue/MTA10_Server/dbconmy' make: *** [install-recursive] Error 1 make: Leaving directory `/home/ps/mtasa-blue/MTA10_Server' ps@ps-web-server:~/mtasa-blue$ greenday New User Posts: 1 Joined: Sun Apr 15, 2012 7:12 pm