03.01.2009, 20:24
bullshit, no, honestly..
This is not for Role Play for sure..
If i would think of Bank security system , i would make it via pickup, like:
isn't that easier and cooler ?
Gates you mate are circus style, they are:
nothing personal ,but your gates suck + it isn't worth of being FS, it is just bunch of objects aka MAP.
Luxeon
This is not for Role Play for sure..
If i would think of Bank security system , i would make it via pickup, like:
pawn Код:
new bankdoors; //at top
OnPlayerCommandText()
//create own enter command()
{
if(bankdoors == 0) // 1 = open, 0 = closed for public (true/false method)
{
SendClientMessage(playerid,COLOR_XXX,"SERVER: The Bank is closed for some reason");
}else if{bankdoors == 1)
{
//Allow player enter it via SetPlayerPos() etc..
}
return 1;
}
isn't that easier and cooler ?
Gates you mate are circus style, they are:
- Funny
- They take object slots, aka cause LAG/take CPU
- Ugly
nothing personal ,but your gates suck + it isn't worth of being FS, it is just bunch of objects aka MAP.
Luxeon

