Forum

> > CS2D > Scripts > strip bug
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch strip bug

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt strip bug

vader
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
function _strip(idd)
	local itemasd=playerweapons(idd)
	for __,asdqwe in pairs(itemasd) do
		if asdqwe~=55 then
			parse("strip "..idd.." ..asdqwe")
		end
	end
end
why bomb strip too?

alt Re: strip bug

DC
Admin Off Offline

Zitieren
Your parse statement shouldn't work at all because a quotation mark is missing. It must be this way:
1
parse("strip "..idd.." "..asdqwe")

btw: your variable names are hell! you should think about using meaningful names.

alt Re: strip bug

DC
Admin Off Offline

Zitieren
Yeah, sorry. Of course the trailing " was wrong too.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht