-
Posts
168 -
Joined
-
Last visited
Details
-
Location
Tunisia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Vanlot's Achievements

Busta (15/54)
0
Reputation
-
You need to export that event from the Level system you got.
-
Darkwarrior Diesel , Slothbot is just a resource which allow you to do anything with peds and you gonna script that, not the resource. for more informations read this : http://community.mtasa.com/index.php?p=resources&s=details&id=672 @Anubhav setPedOnFire this function will burn the player,it will not let him attack other peds
-
"onElementColShapeHit" "addCommandHandler" setBotFollow setBotHunt spawnBot You need to have Slothbot resource to use the functions above
-
I think that you have to increase the values a bit.
-
Ab3eth Message lel Host Technical Support.
-
3ayech fi tounes rak
-
function MarkerHit( hitElement, matchingDimension ) myMarker = createMarker(x,y,z, 'cylinder', size, r, g, b, alpha) if getElementType(hitElement) == 'Vehicle' then thePlayer = getVehicleController (hitElement) givePlayerMoney(thePlayer,amount) end end addEventHandler( "onMarkerHit", myMarker, MarkerHit ) addEventHandler( "onMarkerLeave", myMarker, function () destroyElement(myMarker ) end ) setTimer(MarkerHit,600000,0)
-
المفروض انو كل ستاف يشوف الميساج لكن كل الاشخاص تشوفو function getOnlineStaff(removeHEX) local players = { }; for i, v in pairs(getElementsByType'player') do if hasObjectPermissionTo(v, 'function.setPlayerMuted',true) then table.insert ( players, v); end end return players; end addEvent("onAdminCall",true) addEventHandler("onAdminCall",root, function (newname) local staff = {} for i, v in pairs(getOnlineStaff()) do outputChatBox( newname.." need help.Please contact the player", v, 255, 255, 0, true) end end )
-
You gonna the following functions: guiCreateWindow guiCreateButton guiCreateMemo or guiCreateLabel "onClientGUIClick" createMarker createBlipAttachedTo setElementVisibleTo givePlayerMoney destroyElement "onMarkerHit" "onMarkerLeave"