24.06.2015, 13:32
(
Последний раз редактировалось J0sh...; 24.06.2015 в 13:46.
Причина: RETURN 1; Outside the brackets.
)
Quote:
I'm not pretty sure, but you can try this :
PHP код:
|
@OP, You could use OnInterior change for a player and use something like this:
PHP код:
GetInteriorName(playerid)
{
switch(GetPlayerInterior(playerid))
{
case 1: format(..
}
return 1;
}