well i can tell u guys i make something more than copy code i have cruise insim where is cool shops and other new stuff which not see any cruise servers. but that take time and i think i get idea how i make that buttons
oh thanks i read that elseif system thats sound cool :P
like i say i m totaly noob and i test that :P still that gone wrong i think but i have time to learn
do i dont wanna u program for me only tell u if u are so good maybe u show how u do that.but nevermind im sure i soon get idea how i make that and not need ask any help and only get telling u need learn more.
i know i know i try to learn this all time and best way is when i do if that not work i find out why so i learn, remmer i have only learning spark and c# one week so im realy noob this
but still that code work and do what i want maybe u can show how u write that code so i learn more and see how that need make right
ok here is my code what i make to do that monay sent button,
this moment button only write message what ppl write that cash amount but now i realy need help how i make more code how can i can sent that cash amount to other player what i pick up in button click some list where is players.
I realy need help i have looked allmoust all help what i find in forums and internet but not just get any ideas how i can make this end?
im sooo sooo happy if someone can give me tip how i can make this end.
there ppl see i have learned much without help cos there is parser which drop - values and letter out that string :P so maybe now someone can help me i dont ask write my insim only this one problematic button system i realy try learn how i make insims my self but sometimes i stuck and maybe soon i forgot whole code system if i cant get help
<?php if (btt.ClickID == 33) { var cash = btt.Text; if (cash.Contains("-")) Message(user, "dont use - value"); else { string text1 = cash; int num1; bool res = int.TryParse(text1, out num1); if (res == false) { Message(user, "use only numbers"); } else { Message("{0}", cash); ?>
eh why u guys just cant help start to new learners? i think that code example not take much time to take or im wrong???
i dont ask ready system only some c# basic arrey stuff so i get idea how can i make that. pls if someone can help i m so glad and get my learning insim :P
ok this moment i realy need help with spark cruise .
i only need some advice with code how i make there buttons where are player names. i have there place where players are but this moment i m totaly lost how i can make that, i have learned much my self by reading help over net and try and make many mistakes.
i m so noob with code stuff im so happy if i can make one clickable button in lfs screen wich ofcourse can be shutdown by user
so i hope someone can give me some code example how can that be done.
well i have learning more that c# plus insim stuff and i learn much
but now i have stucked and if someone can help me somehow i m so glad
how i can list server players in buttons , ofcourse i can make that manual but i hope there is some trick that program look howmany players is online and if there is example 5 ppl online insim make 5 button in screen where is they usernames?
im glaad if i get any tip how to do that , and yeah im total noob in programming stuff but i realy wanna learn make good insim stuff
oh well , i learned much and now i can remove buttons too , next problem is how i can make button where is inside other buttons?
or i m total lost how i can make some sort list example players in server and all of them are own buttons?
So sorry for asking maybe stupid questions but i realy wanna learn make imsim stuff and best way how im learn try and try and try , but sometimes im out of ideas
so if there is some nice ppl who can throw me with code
im so happy then
i know i m here new person but i try to make buttons which disabled when user speed is someting and i have looked all help but not that work?
is that too much asked someone show me example how that can do.
Thanks if someone wanna use time and help new coder.