Posts: 162
Threads: 51
Joined: Jul 2010
Reputation:
0
Is this happening when you log into your account?
If yes, change the skin which you are spawned with.
This is happeing because of an invalid skin id
Posts: 162
Threads: 51
Joined: Jul 2010
Reputation:
0
If you have a command which you set the skin with restrict the skinid from 0 to 311. And players mustn't change their skin while they are in a vehicle.
Posts: 162
Threads: 51
Joined: Jul 2010
Reputation:
0
under your skin change command put:
if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR, ""You can't change your skin while you are in a vehicle!");