You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Status: Offline
Joined: Nov 28, 201014Year 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.
- 0useful
- 0not useful
#22. Posted:
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
- 0useful
- 0not useful
#23. Posted:
Status: Offline
Joined: Sep 30, 201014Year Member
Posts: 1,619
Reputation Power: 108
Status: Offline
Joined: Sep 30, 201014Year Member
Posts: 1,619
Reputation Power: 108
Dakota628 wroteDanesxD 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
- 0useful
- 0not useful
#24. Posted:
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
- 0useful
- 0not useful
#25. Posted:
Status: Offline
Joined: Nov 28, 201014Year Member
Posts: 9
Reputation Power: 0
Edited..
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.
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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.