PHP Code:
RegisterHam(Ham_Spawn, "player", "fwHamPlayerSpawnPost", 1);
PHP Code:
public fwHamPlayerSpawnPost(id)
{
if(is_user_alive(id))
{
client_printc(id, "Type /rs to reset your score");
set_user_maxspeed(id, 381);
}
}
But it does not display this message... Why? And it does not change the speed too