#Money cog for MP
#Made by LHarm
#Special credit to GBK and Zagibu for thier help
#------------------------------------
Symbols
Message Startup
Int NYcity
Thing Player
End
Code
Startup:
Player = GetLocalPlayerThing();
Setthinguserdata(Player,50);
NYcity = GetThingUserData();
Sleep(2);
PrintInt(NYcity);
Return;
End
#-------------------------------------
Heres my money test cog whats wrong with it
#Made by LHarm
#Special credit to GBK and Zagibu for thier help
#------------------------------------
Symbols
Message Startup
Int NYcity
Thing Player
End
Code
Startup:
Player = GetLocalPlayerThing();
Setthinguserdata(Player,50);
NYcity = GetThingUserData();
Sleep(2);
PrintInt(NYcity);
Return;
End
#-------------------------------------
Heres my money test cog whats wrong with it
Ive moved over to JK2