Hey,
ich bekomm hier immer ein Warning.
stock GetMyFloat(Table[], Field[], Bed[], Bed2[]) //by Jony v1.0
{
return floatstr(GetMyString(Table, Field, Bed, Bed2)); //hier
}
warning 213: tag mismatch
Hey,
ich bekomm hier immer ein Warning.
stock GetMyFloat(Table[], Field[], Bed[], Bed2[]) //by Jony v1.0
{
return floatstr(GetMyString(Table, Field, Bed, Bed2)); //hier
}
warning 213: tag mismatch
stock Float:GetMyFloat(Table[], Field[], Bed[], Bed2[]) //by Jony v1.0
{
return floatstr(GetMyString(Table, Field, Bed, Bed2)); //hier
}
Nope, hab ich alles schon probiert, und funktioniert nicht.