24.02.2013, 14:51
I somehow managed to kill the compiler
Is there any way around it?
pawn Код:
#include <a_samp>
main() {
print("Yay");
Killer("Wut");
}
stock Killer(teh[], size = sizeof teh) {
new murderer[512];
if(sizeof murderer < size) return "Damnit";
return teh;
}