13.09.2011, 06:06
hey guys...is there any script and map for VIP room in lasventuras?

CMD:viproom(playerid, params[])
{
if(PlayerInfo[playerid][Vip] < 0) return SendClientMessage(playerid, COLOR_RED, ".:: Error: You cannot enter this room since you aren't VIP! ::.")
SetPlayerPos(Playerid. x, y, z);
SendClientMessage(playerid, COLOR_WHITE, "[SERVER] Welcome! You entered the VIP room!");
// This is just a example. This will help you to start.
}
if(PlayerInfo[playerid][Vip] < 0)