public plugin_init() {
RegisterHam(Ham_Spawn, "player", "fwHamPlayerSpawnPost", 1)
}a
public fwHamPlayerSpawnPost(iPlayer) {
if (is_user_alive(iPlayer)) {
// player spawned
print_center("YOU ARE RE SPAWNED,GOODLUCK! FOR THIS TIME")
print_center("DON'T GET FUCKED UP THIS TIME,RETREAT HELL!!")
}
PLUGIN_HANDLED
}
Error: Cannot read from file: "Hamsandwitch" on line 5
What to do??
Will this code do anything??
Last edited by Waleed; 05-16-2012 at 08:55.
Reason: Missed something