GTAMOD Posted December 26, 2006 Share Posted December 26, 2006 (edited) how do i make a save point in SA? Edited December 26, 2006 by GTAMOD Link to comment Share on other sites More sharing options...
ms.cooldude Posted December 26, 2006 Share Posted December 26, 2006 I believe that that question which I already asked was two threads bellow this one which also is answered check it here and in future terms, please use the search function: Click Here Link to comment Share on other sites More sharing options...
GTAMOD Posted December 26, 2006 Author Share Posted December 26, 2006 Yes I already found that one but if I use that code I get an error sow thats not going to work Link to comment Share on other sites More sharing options...
ms.cooldude Posted December 26, 2006 Share Posted December 26, 2006 Yes I already found that one but if I use that code I get an error sow thats not going to work Why start a new topic then, just continue the conversation in the current thread Link to comment Share on other sites More sharing options...
fredde-93 Posted December 27, 2006 Share Posted December 27, 2006 (edited) ok i did a wrong code now im posting working one 004F: create_thread ££SAVEPICKUP 0213: $MYFIRSTSAVE = create_pickup #PICKUPSAVE type 15 at [put cordinates here] :SAVEPICKUP0001: wait 200 ms00D6: if 00214: pickup $MYFIRSTSAVE picked_up004D: jump_if_false ££SAVEPICKUP03D8: show_save_screen0002: jump ££SAVEPICKUP and if u want 2 saves just do like this 0213: $MYFIRSTSAVE1 = create_pickup #PICKUPSAVE type 15 at [put cordinates here] :SAVEPICKUP20001: wait 200 ms00D6: if 00214: pickup $MYFIRSTSAVE1 picked_up004D: jump_if_false ££SAVEPICKUP03D8: show_save_screen0002: jump ££SAVEPICKUP and its important that the last code jumps back to the first or it wont loop Edited December 27, 2006 by fredde-93 Link to comment Share on other sites More sharing options...
tomworld10 Posted December 27, 2006 Share Posted December 27, 2006 Hi, It seems that you don't read much other topics..... You can read here there is a full working and complete savepoint. I'm not sure about that but it should work just as good with VC. Have fun Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now