Recent content by SamThapa

  1. S

    SF Plugin Release [SFP] SA:MP Translate [v1.0]

    I know it's been a long time since I bumped this, but I feel this script needs an update. We really need this script, especially a function that translates server text. It's hard to play on some foreign language servers without it.
  2. S

    Help Help Needed: How to Get Animation IDs in GTA SA

    Hi everyone, I’m looking for help with getting animation IDs in GTA San Andreas (not for SAMP). I need a way to display the animation ID for whatever the player is doing in the game, similar to how SampFuncs provides this functionality. If anyone knows a method, script that can help with this...
  3. S

    CLEO [Request] i want this exact script but in .lua if possible

    i was doing 1 script that you wanted and you added another one i stop doing first one then second too
  4. S

    IsActorDamaged

    in samp this script dont work at all i play in UIF server it dont show anything even till i die getting damage from player is there any other way to get player taking damage and get who is doing damage ? please help :isActorDamaged { Use: IF 0AB1: @isActorDamaged 1 ActorHandle...
  5. S

    [SNIPPET] SendOnFootPosSync

    i have seen many stuff about send to server why not someone make object sync with server ? like stuff you create and sync with server how hard is it ?
  6. S

    [SNIPPET] Dialog button text

    how to set ? lets say i wanna press left button which is yes how to do that ? for server r1 to r4
  7. S

    [SNIPPET] is Chat/Dialog open.

    nice one if want to set dialog make it automated how to do that
  8. S

    CLEO [Request] i want this exact script but in .lua if possible

    did anyone help you ? if no then i can chenge it to lua
  9. S

    CLEO Help Encrypt Cleo file

    how to decrypt it ? when i try to open it looks like this // This file was decompiled using SASCM.ini published by Seemann (Http://Sannybuilder.Com/Files/Sascm.Rar) on 13.10.2007 {$CLEO .cs} //-------------MAIN--------------- hex 00
  10. S

    Help SA-MP Admin Access

    i use R5 now lua no more works what should i do ?
  11. S

    Help need script for R4 server

    i create lua script my self and its wonderful working like a charm thanks who replied for help
  12. S

    Help get player working ID

    this opcode sampGet3dTextInfoById returns if player has attached 3dtextdraw i can get coord from it and even text name but i need player id if 3dtext attached to player i get only 65535 idk how to get working ID from player please help cleo or lua both ok for me
  13. S

    Help is there way to get individual player wanted level from player ?

    On most servers is disabled for normal players, only admins are able to see It nope not entirely true it is like kill count if player kills 6 player 3d text shows in body "MostWanted" this is what i want to check i can do that by checking if player has 3dtext in body but that is not what i...
  14. S

    Help is there way to get individual player wanted level from player ?

    That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server) i was giving example and i am asking for samp
  15. S

    Help is there way to get individual player wanted level from player ?

    hey guys i wonder if i can get each individual players wanted level ? i am making script to see if player has kill 6 players which is 6 star level wanted and i am sure this opcode (01C0: $PLAYER_WANTED_LEVEL = player $PLAYER_CHAR wanted_level) don't work it will show only my wanted level (my...
Top