Casino
#1

Hi

I want to open one casion(which is not importatn). Can anoyne help me?
I need:
- At only one hour
- If have - Money dont get in
- If tie is over alle players teleport outside the Casion (a entrance)
- If oyu get in - Money IN the Casion also get out(teleport)
- Admin messge who get in.

pls help me
Reply
#2

Script Request Thread..
Reply
#3

О have a example but i cant go on;(
pls help

Quote:

new Hour;
gettime(Hour);
if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750)) //Four Dragons
{
if(Hour == 23)
{ // open the casino
GameTextForPlayer(i, "~r~Das Casino ist offen ~n~~w~Viel Glueck", 5000, 1);
}
else
{ // close the casino
SetPlayerPos(i,2022.0049,1007.4999,10.8203);//for Casino
SetPlayerInterior(i,0);
PlayerInfo[i][pInt] = 0;
GameTextForPlayer(i, "~r~Das Casino ist geschlossen ~n~~w~nur zwischen 23 - 24 Uhr geoeffnet", 5000, 1);
}
}

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)