22.12.2009, 05:12
Ok so heres my code:
I thought this would render the modshops unusable, But instead it just says the error message, Any help?.
Код:
public OnEnterExitModShop(playerid, enterexit, interiorid) { if(enterexit == 1) return SendClientMessage(playerid, mError, "Error: You cannot use Modshops, You must earn your parts."); return 0; }