- Joined
- Nov 13, 2006
- Messages
- 1,814
how can i do it in normal we? could do same way like with trackable? i mean
s="string"
if GetLocalPlayer() != TriggeringPlayer() then
set s = ""
endif
call Preload(s)
is this work?
s="string"
if GetLocalPlayer() != TriggeringPlayer() then
set s = ""
endif
call Preload(s)
is this work?