26.07.2009, 15:03
Ok I made random spawns ... it works great but the problem is i wanna make cops and medics etc random spawns somewhere at pd ... how i can make that ?
ty for any help
ty for any help
new skin = GetPlayerSkin(playerid);
if(skin == TheSkinID)
{
SetPlayerPos(playerid, float:x, float:y, float:z);
return 1;
}
if(skin == TheOtherSkinID)
{
SetPlayerPos(playerid, float:x, float:y, float:z);
return 1;
}