07.06.2011, 17:47
(
Последний раз редактировалось Negat1Ve; 07.06.2011 в 18:26.
)
Hello!
Can someone help me make a clan Skins, that mean just my clan can take these skins 115 and 116. I tried to make it but not works. I typed this on OnGameModeInit
I idont know it is correct or not i got this error
Can someone please help me?
P.S Sorry for my bad english!
Can someone help me make a clan Skins, that mean just my clan can take these skins 115 and 116. I tried to make it but not works. I typed this on OnGameModeInit
pawn Код:
if(DoesPlayerHasTag(playerid,"[ABT]"))
{
AddPlayerClass(115,-2517.1467,1140.4604,55.7266,1.6092,0,0,0,0,0,0); // ABT
AddPlayerClass(116,-2517.1467,1140.4604,55.7266,1.6092,0,0,0,0,0,0); // ABT
} else {
return 1;
}
Код:
F:\xampp\htdocs\ControlPanel\_Server\gamemodes\yeah.pwn(176) : error 017: undefined symbol "playerid"
P.S Sorry for my bad english!