08.10.2014, 17:46
Why I get this fail?
Code:
This was printed from the Test plugin! Yay ММММММММММММММММММММММММММММЃ\PЈLћі¶@!
Code:
cell AMX_NATIVE_CALL CheckUser(AMX* amx, cell* params) { char name[24]; g_Invoke->callNative(&PAWN::GetPlayerName, params[1], name); logprintf("This was printed from the Test plugin! Yay %s!",name); return 1; }