Forum

> > CS2D > Scripts > attemp to concanete field '?' (a nil value)
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch attemp to concanete field '?' (a nil value)

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt attemp to concanete field '?' (a nil value)

loldlold123
User Off Offline

Zitieren
parse('hudtxt2 '..id..' 8 "©255000000Shop Licence Level:'..shoplicencelevel[id]..' Exp:'..shoplicencepoint[id]..'/6" 0 245')

i dont know whats wrong?

AND HERE'S SAME ERROR
1
2
3
4
5
6
7
8
9
function hhsave(id)
		usgn = player(id,"usgn")
		if usgn>0 then
		file = assert(io.open("sys/user/"..usgn..".txt","w"))
		file:write(careerpoint[id].." "..money[id].." "..shoplicencepoint[id].." "..plx[id].." "..ctpas[id].." "..tpas[id].." "..pistoll[id].." "..lightl[id].." "..crimepoint[id].." "..shoplicencelevel[id])
		file:close()
		msg2(id,'©107142035Save Game Successfull!@C')
end
end
2× editiert, zuletzt 28.07.11 23:57:54

alt Re: attemp to concanete field '?' (a nil value)

Apache uwu
User Off Offline

Zitieren
You can't use single quotes then double quotes and have single quotes inside.

Fixed I guess...

1
parse("hudtxt2 "..id.." 8 \"©255000000Shop Licence Level:"..shoplicencelevel[id].." Exp:"..shoplicencepoint[id].."/6\" 0 245")
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht