Dateien

> > CS2D > Lua Scripts > More useful "parse" function!
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch More useful "parse" function! >

14 Kommentare746 b, 539 Downloads

alt More useful "parse" function!

SDKey
User Off Offline

More useful "parse" function:

illegal Standart parse:
1
2
3
4
5
msg = '"It is bad"'

parse ("hudtxt " .. id .. " " .. msg .. " " .. x .. " " .. y .. " 0")
parse ("equip " .. id .. " " .. weapon)
parse("restart 0")
√ New parse:
1
2
3
4
5
6
7
8
9
10
msg = '"It is good"'

parse.hudtxt (id, msg, x, y, 0)

parse.equip (id, weapon)
parse('equip', id, weapon)
p.equip(1, 45)
p('equip 1 45')

p.restart'0'

Installation:
Mehr >

Using:
Mehr >


Thanks.
Zugelassen von Starkkz

Download Download

746 b, 539 Downloads

Kommentare

14 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

rapidblade
User Off Offline

WOW THIS VERY HELP ME... THX FOR THIS SCRIPT :D...
Ich mag es!

alt

palomino
User Off Offline

Niiice
Ich mag es!

alt

SDKey
User Off Offline

no, conflict with my and your script

alt

palomino
User Off Offline

Sorry, but I don't quite see the point in it. My other scripts aren't conflicting with each other, so why was this made?
Ich mag es!

alt

SDKey
User Off Offline

* new update

alt

Anti
User Off Offline

nice idea)
Ich mag es!

alt

DC
Admin Off Offline

nice idea, but there already is wrapper.lua to make it even easier
Ich mag es!

alt

DARTYsam6uelAdmin
User Off Offline

This is a pretty good lua. Not all the best yet
Ich mag es!

alt

Crazyx
User Off Offline

Life turns easier with this!!!

IMG:https://unrealsoftware.de/img/rating.gif
Ich mag es!

alt *Update

SDKey
User Off Offline

I working, and I present you final parse function.
It is more good than last version.
It is additions for parse function.
If you add it in your script, you may use it without conflict.

alt

Vectarrio
User Off Offline

I've seen the title (from home page) and thought that it is 1,2,3 instead of "1 "..2.." "..3
So, i thought right! Good idea!
Ich mag es!

alt

Cure Pikachu
User Off Offline

Probably will make life easier.
Nice idea of simplifying the command.
EDIT: I can call this "wrapper.lua's alternative".
Ich mag es!
2× editiert, zuletzt 28.04.10 12:11:55

alt

Alpha Beta
User Off Offline

I didn't test it, but i like the idea
Ich mag es!
2× editiert, zuletzt 27.04.10 17:01:46
Zum Anfang Vorherige 1 Nächste Zum Anfang