Hey, j'ai besoin de votre aide pour une de mets E2..
@name Crash
@inputs
@outputs
@persist I Lag
@trigger
runOnChat(1)
if Lag == 0 then
A = owner():lastSaid():explode(" ")
if(A[1,string]==".lag" & chatClk(owner())){
print("Starting Script")
for(I=1, 350) {
hideChat(1)
holoCreate(I, entity():pos())
holoMaterial(I, "models/props_combine/tprings_globe")
I++
end
}}
if Lag == 1 then
Lag == 0
A = owner():lastSaid():explode(" ")
if(A[1,string]==".lag" & chatClk(owner())){
print("Stoped Script")
holoDeleteAll()
I++
end
}}
voila le code, svp trouvez la/les erreurs :/