25.03.2015, 14:06
new Object;
Object = CreatePlayerObject(playerid, 14407, 1582.82031, -1968.01563, -754.40002, 0.00000, 0.00000, 180.00000);
SetPlayerObjectMaterial(playerid, Object, 0, 19356, "all_walls", "wall6", 0);
Your syntex is wrong here is the correct way to do it.
Object = CreatePlayerObject(playerid, 14407, 1582.82031, -1968.01563, -754.40002, 0.00000, 0.00000, 180.00000);
SetPlayerObjectMaterial(playerid, Object, 0, 19356, "all_walls", "wall6", 0);
Your syntex is wrong here is the correct way to do it.