It's compiling but not doing anything.
Can someone please get it working?
It's compiling but not doing anything.
Can someone please get it working?
"Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson
Anyone?
"Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson
dude u might not want to put ur user and pass in there!!
Thankyou Haha!!
"Our youth are not failing the system; the system is failing our youth. Ironically, the very youth who are being treated the worst are the young people who are going to lead us out of this nightmare." - Rachel Jackson
lol np
Your MainLoop is wrong you need an activate Client In it:
So instead of this :
SCAR Code:begin
SetupSRL;
LoadDTMs;
DeclarePlayers;
LoginPlayer;
repeat
mineiron;
drop;
until(IsFKeyDown(3));
FreeDTM(IronOre);
End.
It should be :
SCAR Code:begin
SetupSRL;
LoadDTMs;
ActivateClient;
DeclarePlayers;
LoginPlayer;
repeat
mineiron;
drop;
until(IsFKeyDown(3));
FreeDTM(IronOre);
End.
Hope I Helped![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)