Jump to content

SiZ3k

Members
  • Posts

    7
  • Joined

  • Last visited

SiZ3k's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. SiZ3k

    Police Script!

    Ok. I got some ideas it is good start ? addCommandHandler( "paralizuj", function( plr, cmd, victim ) local myName = getPlayerName( plr ); if ( isObjectInACLGroup( "user." .. myName, aclGetGroup( "Policja" ) ) ) then local victimPlr = getPlayerFromName( victim ); if victimPlr then local victimName = getPlayerName( victimPlr ); local x,y,z = getElementPosition( plr ); local x2,y2,z2 = getElementPosition( victimPlr ); if getDistanceBetweenPoints3D( x,y,z, x2,y2,z2 ) <= 1 then WHAT THERE!! I COPIED EVERYTHING FROM MEDIC SCRIPT PLEASE HELP! outputChatBox( myName .. " Sparaliżował".. victimName ); else outputChatBox( victimName .. " Nie możeszgo sparaliżować ponownie!", plr ); end else outputChatBox( "Nie jesteś zbyt blisko żeby sparaliżować " .. victimName .. "!", plr ); end else outputChatBox( "Nie znaleziono osoby z imieniem '".. victimName .. "' name!", plr ); end end end ) it can be script for freeze for police ?
  2. I have problem with interiors like this <map> <interiorEntry id="MAIN" posX="-207.70" posY="1119.23" posZ="19.42" rotation="0" dimension="0" interior="0" /> <interiorReturn refid="MAIN" posX="-215.11" posY="1114.79" posZ="3.40" rotation="0" interior="0" dimension="0" /> </map> Interior Return I see the output but I can not get out i make this interior under earth! i make other interiors too interior hospital and police departament under earth i can give you SS
  3. SiZ3k

    Problem reSpawn!

    Thanx!!! i,am new there! i making RP server everyone and every help is needed. Thank you! i will see it!
  4. i have problem with my script this script is easy copied from this site. i dont know why but when i die my skin is changed to 0 where is problem i want the same skine when die! local root = getRootElement() addEventHandler("onPlayerWasted", root, function () setTimer (spawnPlayer, 5000, 1, source, -317.66, 1061.31, 21.74) end )
  5. SiZ3k

    Police Script!

    There aren't this script!
  6. SiZ3k

    Police Script!

    Hi, iam new in scripting iam from poland i have problems with english language i need script like this https://forum.multitheftauto.com/viewtop ... ic#p316446 I need it to my RP server. Cop must do /arrest /freeze in polish language means /aresztuj /paralizuj Please help me iam creating new RP fort carson server with my friend i have a problem with SHOP too i cant find SHOP script on forum means /buy milk and other Please help!
×
×
  • Create New...