05.07.2012, 01:44
Strval turns a string into an integer... Everything you input in the chat is a string which is why you can use strcmp, it compares strings. But giveplayermoney only accepts integers, this is why you convert it with strval

