Hallo Brotfische,
Mein OnPlayerWeaponShot Pots system geht nicht so ganz, da ich nicht an die stelle geportet werde sonderen immer an den 0 Punkt also bei Blueberry an der Farm.
Codes:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if(WeaponPort[playerid]!=1)return 1;
if(hittype == BULLET_HIT_TYPE_NONE)
{
if(isAdmin(playerid,3))
{
SetPlayerPos(playerid, fX, fY, fZ);
}
return 1;
}
return 1;
}
Ich hoffe es kann mir jemand helfen
MFG German_ScripterHD
.