Jump to content

SamB

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by SamB

  1. hey wat server was that on?
  2. then ppl cud still enable trainers. it wud only work if u had to open a whole different program to spectate
  3. SamB

    How to write inis

    doesnt work. also it shud write someting like: in mta SamB: !baggage the ini file [Vehicle] SamB=Baggage
  4. SamB

    How to write inis

    How do u make scripts write inis? on *:SIGNAL:mta.command: { if ($3 == !baggage) { mta.text $1 $writeini $vehicle.ini == $mta.nick($1,$2)=Baggage } } If someone could correct it for me, tell me were i went wrong, etc. that would be nice
  5. maybe, make it so u can only alt+tab out if you have logged in to be an admin?
  6. SamB

    BRB plus Reason

    I have this: on *:SIGNAL:mta.text: { if ($3 == brb) { mta.text $1 $mta.nick($1,$2) will be right back! } } How do I add a reason to it? so if someone said brb pizza it would say: Nick will be right back. Reason: Pizza
  7. on *:SIGNAL:mta.command: { if ($3 == !members) { mta.text $1 To join {XN}, please visit the !forum } } Got the general code from another script, when I changed some things it didnt work
  8. SamB

    !allies command

    When you type !allies its supposed to show everything in the list like so: allie, allie, allie etc. with me being a noob, it doesnt work .mrc file on *:SIGNAL:mta.command: { if ($3 == !allies) { mta.text ($readini($scriptdir $+ allies.ini)) >= 1) { } } .ini file [Allies] Teppe No-Fear help me please
  9. totally wrong i know shud be like this: Guy: !members Members online: Boylett, Paddy, Maya or Members online: There are currently no members online here codes on *:SIGNAL:mta.command:{ if (!members* iswm $3) { var %a = 0,%b while (%a <= $mta.server($1).cmax) { if ($readini($scriptdir $+ members.ini,$mta.nick($1,%a)) >= 1) { if (!%b) %b = $mta.nick($1,%a) elseif (%b) %b = %b $+ , $mta.nick($1,%a) } !inc %a } mta.text $1 $iif(%b,Members online: %b,There are currently no members online) } } and ini [Members] {XN}Paddy {XN}Boylett {XN}Tomson {XN}Killer-Bee {XN}Gun {XN}Yogi {XN}GioSerpo
  10. SamB

    PM From Admin

    How do u do the PM from admin with scripts? Ive got these: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == Player) { !.timer 1 2 mta.text $1 Nickname player is not allowed. Please change it !.timer 1 5 mta.kick $1 $2 } } on *:SIGNAL:mta.nick: { if ($mta.nick($1,$2) == Player) { !.timer 1 2 mta.text $1 Nickname player is not allowed. !.timer 1 5 mta.kick $1 $2 } } Anyone know how to make it PM from admin and not spam the whole server?
  11. Light weight eh? the reason you can get stuck inside them and fall underground
  12. have u tried looking on http://www.game-monitor.com then finding a servers IP and port then quick connecting? (btw! make sure its a mtasa server! )
  13. SamB

    drive-by

    Ye there will i think. PS nice rank
  14. nice video. liked da music
  15. make sure u have allowed all the mta .exe files to access the internet
  16. SamB

    mta:sa DRAG MAP

    the person wiv the fastest computer wud win.... reaction times will hardly come in to it since u can just hold forwards down b4 u can go
  17. looks cool... and dangerous
  18. SamB

    drive-by

    i think maybe u shud only be able to lean out window like that if ur not moving or are going really slow already
  19. dat looks sweet (but i guess dats wat i said when i saw pics for every new gta )
×
×
  • Create New...