You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Dakota628
  • New Member
Status: Offline
Joined: Nov 28, 201013Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Nov 28, 201013Year Member
Posts: 9
Reputation Power: 0
DanesxD wrote Hay These Are Some Dvars I Found Out For The New Infectable Mod Menu {May Or May not work}

will update if i find more

self setClientDvar( "Wins", "self setPersStat( "wins", 1337" );



self setClientDvar( "Kills", "self setPersStat( "kills", 1337" );



self setClientDvar( "Text on Screen", "self iPrintln("DanesxD So 1337" );



self setClientDvar( "Class Names", "self setPlayerData( "customClasses", i, "name", "DanesxD Is Pro" );


enjoi thank the topic


That's not going to work. Your syntax isn't even correct.. You probably copy and pasted it considering you have "i" which was probably from a loop.
#22. Posted:
iHOST_WaWx
  • New Member
Status: Offline
Joined: Mar 24, 201113Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Mar 24, 201113Year Member
Posts: 30
Reputation Power: 1
inv me plz vGoDv x IRoNiC
#23. Posted:
Danes
  • TTG Senior
Status: Offline
Joined: Sep 30, 201013Year Member
Posts: 1,619
Reputation Power: 108
Status: Offline
Joined: Sep 30, 201013Year Member
Posts: 1,619
Reputation Power: 108
Dakota628 wrote
DanesxD wrote Hay These Are Some Dvars I Found Out For The New Infectable Mod Menu {May Or May not work}

will update if i find more

self setClientDvar( "Wins", "self setPersStat( "wins", 1337" );



self setClientDvar( "Kills", "self setPersStat( "kills", 1337" );



self setClientDvar( "Text on Screen", "self iPrintln("DanesxD So 1337" );



self setClientDvar( "Class Names", "self setPlayerData( "customClasses", i, "name", "DanesxD Is Pro" );


enjoi thank the topic


That's not going to work. Your syntax isn't even correct.. You probably copy and pasted it considering you have "i" which was probably from a loop.


exuse me kid these arnt a copy and paste and you are dumb syntax is rite mabye you should read up kid
#24. Posted:
dylanrought
  • New Member
Status: Offline
Joined: Apr 27, 201113Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Apr 27, 201113Year Member
Posts: 4
Reputation Power: 0
invite plz oo terrozz xx
#25. Posted:
Dakota628
  • New Member
Status: Offline
Joined: Nov 28, 201013Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Nov 28, 201013Year Member
Posts: 9
Reputation Power: 0
Edited..
DanesxD wrote

self setClientDvar( "Wins", "self setPersStat( "wins", 1337" )"); //That wont even work...its not a string and if u were trying to use the function you take out the quote..



self setClientDvar( "Kills", "self setPersStat( "kills", 1337" ) ");



self setClientDvar( "Text on Screen", "self iPrintln("DanesxD So 1337" ) ");



self setClientDvar( "Class Names", "self setPlayerData( \"customClasses\", i, \"name\", \"DanesxD Is Pro\" )");


Syntax Errors:
1. Missing Quote or Quote added if you actually thought that would work.
2. Missing Parenthesis
3. Quotes not escaped if you are indeed trying to print all of these to a dvar
4. setPersStat DOES NOT RETURN A STRING
5. "i" is not declared..

Obviously you have no idea what you are talking about so don't lie bro.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.