23.06.2013, 20:24
Quote:
@Swyft: Lol, you're an even bigger noob with Pawn than the topic starter.
@Eliet: You're correct about the names in the string. To compare strings, you need to use strcmp though. Also, the "return" function stops the whole function. Don't use it too early. Only use it at the end of your function, or if you want to stop the function earlier on. |