19.11.2009, 19:13
if GetPlayerInterior(playerid) = 6
Should be:
if(GetPlayerInterior(playerid)) == 6
Or something like that.
The 2 == and the ()
Should be:
if(GetPlayerInterior(playerid)) == 6
Or something like that.
The 2 == and the ()