16.11.2013, 17:18
I got in trouble with my gamemode.
The problem: my class selection only shows the CJ Skin and dosn't show the skins I picked.
The code from the classes:
Only the CJ skins shows up and I haven't even added this skin.
I am giving the player weapons when he spawns:
Could this be the problem?
Regards, iRonan.
The problem: my class selection only shows the CJ Skin and dosn't show the skins I picked.
The code from the classes:
Код:
AddPlayerClass(284,1481.9659,-1769.9287,18.7958,3.8241,0,0,0,0,0,0); // Government spawn AddPlayerClass(106,2512.0620,-1671.8545,13.4788,82.4462,0,0,0,0,0,0); // Grove St. Spawn AddPlayerClass(110,2650.6995,-2021.7021,14.1766,97.0868,0,0,0,0,0,0); // Vagos spawn AddPlayerClass(102,2217.3718,-1155.5084,25.7266,174.4780,0,0,0,0,0,0); // Ballas Spawn
I am giving the player weapons when he spawns:
Код:
GivePlayerWeapon(playerid, 24, 250); GivePlayerWeapon(playerid, 25, 250); GivePlayerWeapon(playerid, 31, 2500); GivePlayerWeapon(playerid, 33, 50); GivePlayerWeapon(playerid, 17, 5); GivePlayerWeapon(playerid, 4, 1);
Regards, iRonan.