18.02.2019, 02:31
GetPlayerVehicleID is same as playerid just for vehicles and GetVehicleModel is same as GetPlayerSkin just for vehicles
if you want only the admins to use skin_id 299 which function would you use?
or
if you want only the admins to use skin_id 299 which function would you use?
PHP Code:
if(GetPlayerSkin(playerid) == playerid)
PHP Code:
if(GetPlayerSkin(playerid) == 299)