31.05.2013, 04:30
http://imgur.com/Kuu2TGu,36KINOS,Ar5...UqDHrR,e4h94KC
here 6 pic or morethan it and please tell me the coordinate of this int
here 6 pic or morethan it and please tell me the coordinate of this int
public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
new string[48];
format(string, sizeof(string), "You went from interior %d to interior %d!",oldinteriorid,newinteriorid);
SendClientMessage(playerid, COLOR_ORANGE, string);
return 1;
}