Killing the compiler
#1

I somehow managed to kill the compiler

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;
}
Is there any way around it?
Reply


Messages In This Thread
Killing the compiler - by Misiur - 24.02.2013, 14:51
Re: Killing the compiler - by Vince - 24.02.2013, 14:53
Re: Killing the compiler - by Misiur - 24.02.2013, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)